1.1-1.6 questions Flashcards
Computer science allows ppl to?
- create new software
- solve problems
- all of the above
- communicate
- all of the above
_____ is based on a set of very specific rules for communicating.
- Familiar Language
- Natural Language
- Instinctive Language
- Formal Language
Formal Language
Currently there is over \_\_\_\_\_\_\_\_\_\_\_\_\_ unfilled jobs in the US in computer science. 1000 1.5 million 100,000 1 billion
1.5 million
\_\_\_\_\_\_\_\_\_\_\_\_ is designed to be very clear and work consistently every time it is used. Precise Language Formal Language Familiar Language Natural Language
Formal Language
The print command in Python can be written as PRINT or print.
True
False
False
What is wrong with the following line of code? print(Hello World) It needs " around Hello World It cannot print words It needs # around Hello World print should be PRINT
It need “ around Hello World
True or False: When running the print command as seen in the code below, the text that is output will be displayed in quotation marks.
print(“Hello there!”)
True
False
False
What is the Python command that can be used to display text and numbers on the screen? print python \+ hello
Short term memory used by the CPU. main memory input output secondary memory
main memory
Which of the following carries out the commands in programs? CPU main memory hardware power source
CPU(Central Processing Unit)
\_\_\_\_\_\_\_\_\_\_\_\_\_ is information the user sends to the computer. secondary memory input program software
input
Programs that run on hardware are called: software input computer output
software
What is output by the following line of code?
print(“I\tLove Python”)
I Love Python
I Love Python
I Love Python
I\tLove Python
I Love Python
What would be output by the following code?
print(“Hello”, end=””)
print(“ Jackson”)
HelloJackson
Hello Jackson
Hello, end=”” Jackson
Hello
Jackson
Hello Jackson
When the computer translates digital information to information humans can use, it is called \_\_\_\_\_\_\_\_\_\_\_\_\_. input output escape characters command
output