CS 1400 TEST 1 QUESTIONS WITH VERIFIED
ANSWERS
Which of the following is something Hadi Partovi states? - Answers - everyone should
learn computer science
What was the name of the first computer programmer? - Answers - Ada Lovelace
T/F Computer Science and Computer Programming are the same thing - Answers -
False
What is the language called that a computer can understand? - Answers - Machine
Language
What is the name of the program that runs programs written in the python language? -
Answers - python
What does IDE stand for? - Answers - Integrated Development Environment
What are some terms that mean writing a program? - Answers - code, coding,
programming
What is another term for running a program? - Answers - launch the program
What is the result of a program that a user sees called? - Answers - user interface
How can you tell something is a function? - Answers - must return the same value
always given a specific input
what is the term for text in a program - Answers - code segment
What is a statement? - Answers - one or multiple lines of come that are relate
what is a package - Answers - a namespace that organizes a set of related classes and
interface
When I am writing a program I can also say that i am _________. Then when i run my
program i can say my program in ___________ . _________ is what my program
displays to the user - Answers - coding
executing
output
print() is an example of what? - Answers - function
ANSWERS
Which of the following is something Hadi Partovi states? - Answers - everyone should
learn computer science
What was the name of the first computer programmer? - Answers - Ada Lovelace
T/F Computer Science and Computer Programming are the same thing - Answers -
False
What is the language called that a computer can understand? - Answers - Machine
Language
What is the name of the program that runs programs written in the python language? -
Answers - python
What does IDE stand for? - Answers - Integrated Development Environment
What are some terms that mean writing a program? - Answers - code, coding,
programming
What is another term for running a program? - Answers - launch the program
What is the result of a program that a user sees called? - Answers - user interface
How can you tell something is a function? - Answers - must return the same value
always given a specific input
what is the term for text in a program - Answers - code segment
What is a statement? - Answers - one or multiple lines of come that are relate
what is a package - Answers - a namespace that organizes a set of related classes and
interface
When I am writing a program I can also say that i am _________. Then when i run my
program i can say my program in ___________ . _________ is what my program
displays to the user - Answers - coding
executing
output
print() is an example of what? - Answers - function