Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Question 1 1 Point In Python, print statements written on separate lines do not necessarily output on separate lines. True False Question 2 1 Point

Question 1
1 Point
In Python, print statements written on separate lines do not necessarily output on separate lines.
True
False
Question 2
1 Point
According to the behavior of integer division, when an integer is divided by an integer, the result will be a float.
True
False
Question 3
1 Point
The \t escape character causes the output to skip over to the next horizontal tab.
True
False
Question 4
1 Point
Which language is referred to as a low-level language?
Assembly language
Java
C++
Python
Question 5
1 Point
The encoding technique used to store negative numbers in the computer's memory is called
Unicode
ASCII
two's complement
floating-point notation
Question 6
1 Point
The smallest storage location in a computer's memory is known as a
switch
ketter
bit
byte
Question 7
1 Point
Which of the following is not a microprocessor manufacturing company?
Motorola
AMD
Intel
Dell
Question 8
1 Point
The process known as the ________ cycle is used by the CPU to execute instructions in a program.
fetch-decode-execute
fetch-execute-decode
decode-execute-fetch
decode-fetch-execute
Question 9
1 Point
Which of the following is considered to be the world's first programmable electronic computer?
Dell
IBM
Gateway
ENIAC
Question 10
1 Point
Which type of error prevents the program from running?
grammatical
human
syntax
logical
Question 11
1 Point
What is the output of the following command, given that value1 = 2.0 and value2 = 12?
print(value1 * value2)
24.0
2.0 * 12
value1 * value2
24
Question 12
1 Point
What is the informal language, used by programmers use to create models of programs, that has no syntax rules and is not meant to be compiled or executed?
source code
flowchart
pseudocode
algorithm
Question 13
1 Point
What is the output of the following print statement?
print 'I\'m ready to begin'
Im ready to begin
'I\'m ready to begin'
I\'m ready to begin
I'm ready to begin
Question 14
1 Point
After the execution of the following statement, the variable sold will reference the numeric literal value as ________ data type.
sold = 256.752
int
currency
str
float
Question 15
1 Point
The ________ function reads a piece of data that has been entered at the keyboard and returns that piece of data, as a string, back to the program.
output()
eval_input()
input()
str_input()
Question 16
1 Point
After the execution of the following statement, the variable price will reference the value ________.
price = int(68.549)
68.55
68.6
68
69
Question 17
1 Point
To use Python's turtle graphics, you must include which of the following statements in your program?
import Turtle
import turtle
import turtle_graphics
import turtle_module
Question 18
1 Point
IDLE is an alternative method to using a text editor to write, execute, and test a Python program.
True
False
Question 19
1 Point
A software developer is the person with the training to design, create, and test computer programs.
True
False
Question 20
1 Point
A computer is a single device that performs different types of tasks for its users.
True
False

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions