Exam 8: Module Py: Coding With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

_______ programming is a style of programming that focuses​ on using objects to design and build applications.

(Short Answer)
4.7/5
(37)

Which of the following is considered to be a common data type?​

(Multiple Choice)
4.8/5
(37)

​A superclass is a class that inherits attributes and methods from a subclass.

(True/False)
4.8/5
(30)

Statements that tell a computer what to do are referred to as code.​

(True/False)
4.8/5
(31)

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

(True/False)
4.8/5
(43)

The process of creating a variable is sometimes referred to as _____ a variable.​

(Short Answer)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(32)

To include more than one line of comments in Python code, you must start each line with which of the following symbols?

(Multiple Choice)
4.8/5
(29)

An error in a program code is referred to as a tick.​

(True/False)
4.7/5
(46)

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

(Short Answer)
4.8/5
(30)

Which of the following is a Python keyword?​

(Multiple Choice)
4.8/5
(30)

In Python, the order of operations dictates that addition and subtraction are performed first.​

(True/False)
4.9/5
(41)

A computer program written in Python is based on a step-by-step ______.

(Short Answer)
4.8/5
(33)

A(n)________ is a program development tool that is used to find errors that may exist in a program.​

(Short Answer)
4.8/5
(40)

A ______ is a numeric variable used for counting something, such as the number of times to execute a loop.​

(Short Answer)
5.0/5
(46)

The type of data that a variable can hold is referred to as its ______.​

(Short Answer)
4.9/5
(39)

You can define functions in Python using a _______ statement.

(Multiple Choice)
4.7/5
(35)

A(n) ______ control structure allows programmers to write code that can repeatedly execute a statement or a series of statements.​

(Short Answer)
4.8/5
(32)

To ______ a variable means to add an amount to its current value.​

(Short Answer)
4.7/5
(32)

Which of the following is not a Python syntax rule?​

(Multiple Choice)
4.8/5
(43)
Showing 21 - 40 of 89
close modal

Filters

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