Uploaded by aaaaaaaaaaaaaaaaaaa

python-ga1

advertisement
Question 1
What is python?
Response: a programming language
Score: 1 out of 1 Yes
Question 2
What extension must you add to the end of a file when saving?
Response: .py
Score: 1 out of 1 Yes
Question 3
Why was Python (TM) developed?
Response: To create a programming language for students in grade school
Score: 1 out of 1 Yes
Question 4
A block is
Response: a statement including elements of a command
Score: 0 out of 1 No
Question 5
What is a variable?
Response: A box(memory location) where you store values
Score: 1 out of 1 Yes
Question 6
What is a folder?
Response: the name given to the place where files that can be stored
Score: 1 out of 1 Yes
Question 7
Which has integer data type?
Response: Number of students in the class
Score: 1 out of 1 Yes
Question 8
What symbol comes before a comment?
Response: #
Score: 1 out of 1 Yes
Question 9
What will the output be from the following code?
print(3*4+5)
Response: 17
Score: 1 out of 1 Yes
Question 10
What is the name of this symbol (>>>)?
Response: chevrons
Score: 1 out of 1 Yes
Question 11
What is a statement?
Response: A calculation performed in a programming language
Score: 0 out of 1 No
Question 12
What is Python really?
Response: Python is an interpreted language.
Score: 1 out of 1 Yes
Question 13
what is module and package in python?
Response: A package is a collection of Python modules
Score: 1 out of 1 Yes
Question 14
What is the process of developing and implementing various sets of instructions to
enable a computer to do a certain task?
Response: Computer Programming
Score: 1 out of 1 Yes
Question 15
What is an instruction?
Response: One or more statements grouped together to instruct the computer to
perform a task
Score: 1 out of 1
Download
Study collections