CS 6250 Quiz 2 (All Quizzes) Latest
Update | Verified Questions and Correct
Answers | Complete Study Guide –
Georgia Institute of Technology
Charles Babbage -CORRECTANSWER __________ invented the Analytical Engine, a
machine that did calculations.
Alan Turing -CORRECTANSWER ___________ created the idea of a general Purpose
Computing Machine.
Konrad Zuse -CORRECTANSWER __________ created the earliest programmed
machine.
ENIAC -CORRECTANSWER The __________ was the first all electronic computer.
1948 -CORRECTANSWER In __________ the first computer ran a program from
memory.
print ("Sum is: " + str(x + y)) -CORRECTANSWER Which of the following correctly prints
the following calculation if x is 17 and y is 5?
Sum is: 22
, ** -CORRECTANSWER What is the symbol for exponent?
240 -CORRECTANSWER What is output?
a = 10
b = 23
print (a + b * a)
5 + y = x -CORRECTANSWER Which of the following is NOT a correct variable
assignment?
a = 7 ** 6 -CORRECTANSWER Which of the following correctly does the calculation
7^6?
Operator -CORRECTANSWER A symbol that defines a math calculation is:
(3 * 6) + 2 /2 -CORRECTANSWER Which of the following calculates to 19?
ZeroDivisionError: float division by zero -CORRECTANSWER This program takes two
numbers as input, and prints their quotient.
a = float(input("Enter a number: "))
Update | Verified Questions and Correct
Answers | Complete Study Guide –
Georgia Institute of Technology
Charles Babbage -CORRECTANSWER __________ invented the Analytical Engine, a
machine that did calculations.
Alan Turing -CORRECTANSWER ___________ created the idea of a general Purpose
Computing Machine.
Konrad Zuse -CORRECTANSWER __________ created the earliest programmed
machine.
ENIAC -CORRECTANSWER The __________ was the first all electronic computer.
1948 -CORRECTANSWER In __________ the first computer ran a program from
memory.
print ("Sum is: " + str(x + y)) -CORRECTANSWER Which of the following correctly prints
the following calculation if x is 17 and y is 5?
Sum is: 22
, ** -CORRECTANSWER What is the symbol for exponent?
240 -CORRECTANSWER What is output?
a = 10
b = 23
print (a + b * a)
5 + y = x -CORRECTANSWER Which of the following is NOT a correct variable
assignment?
a = 7 ** 6 -CORRECTANSWER Which of the following correctly does the calculation
7^6?
Operator -CORRECTANSWER A symbol that defines a math calculation is:
(3 * 6) + 2 /2 -CORRECTANSWER Which of the following calculates to 19?
ZeroDivisionError: float division by zero -CORRECTANSWER This program takes two
numbers as input, and prints their quotient.
a = float(input("Enter a number: "))