Exam 12: Step-By-Step Programming With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Which of the following words is a logical operator in Python?​

(Multiple Choice)
4.8/5
(35)

​To instruct the computer to perform a calculation, programmers use an _______ expression, which contains values and arithmetic operators.

(Short Answer)
4.9/5
(42)

Instruction code for a computer program is based on a(n) ______.

(Short Answer)
5.0/5
(34)

In Python, using the keyword _____ means you want the computer to display something on the screen.​

(Short Answer)
4.7/5
(34)

The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.​

(Short Answer)
4.8/5
(43)

The Python programming language has a small vocabulary of how many keywords?

(Multiple Choice)
4.8/5
(27)

A sequence of steps for solving a problem or performing a task is called a code editor.​

(True/False)
4.8/5
(32)

You can use the float() command to convert the input data to an integer.​

(True/False)
4.8/5
(37)

A syntax error occurs when an instruction does not follow the rules of the programming language.​

(True/False)
4.7/5
(38)

Classes enable programmers to build objects with multiple _______ and define ways for objects to interact with each other.​

(Multiple Choice)
4.7/5
(45)

The most famous program in the world is a single line of code that prints "Hello Earth!" on the screen.​

(True/False)
4.7/5
(35)

Which of the following is a Python keyword?​

(Multiple Choice)
4.8/5
(28)

The Python programming language has its own ______, which is a set of rules that defines how it can be written.

(Short Answer)
4.8/5
(38)

A class attribute defines the characteristics of a set of _______.

(Multiple Choice)
4.8/5
(37)

Before you can increment or decrement a variable, you have to _______ it.​

(Short Answer)
4.8/5
(43)

A ____ is a named memory location that holds data specified by a programmer or entered by an end user.​

(Short Answer)
5.0/5
(42)

An instance of a class is said to be __________ (created) from the class.​

(Short Answer)
4.8/5
(43)

​There is no limit on the number of elif statements that can follow an if statement.

(True/False)
5.0/5
(33)

​When programmers want one thing to happen when a condition is true and something else to happen when it is false they use the ______ statement.

(Multiple Choice)
4.9/5
(33)

​Computer programming is also known as ______.

(Multiple Choice)
4.7/5
(39)
Showing 41 - 60 of 90
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)