Test 1: Computer Science Q&A 2026., Exams of Computer Science

Test 1: Computer Science Q&A 2026.

Typology: Exams

2025/2026

Available from 03/03/2026

joy-gitihu
joy-gitihu 🇺🇸

704 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Test 1: Computer Science Q&A 2026.
30 + 10
13 - ANSWhat is displayed when you run the following program?
print("30 + 10")
print(5+8)
6 - ANSWhat will be displayed on the next line after you type the code below in IDLE
and press ENTER?
>>>print(1 + 5)
a prediction made in 1965 stating that processing power for computers would double
every two years - ANSWhich of the following statements best describes Moore's
Law?
AAAAAA - ANSAAAAAA Don't know if all of these are correct, got a 93%
Ada Lovelace - ANS, unlike his/her mentor Charles Babbage, visualized using the
computer as a more general-purpose tool, proposing that any type of content could
be digitized.
Algorithm - ANSWhich term means a precise set of instructions used to solve a
problem or perform a calculation?
Biocomputing uses computer components to simulate human thinking and problem-
solving.
Quantum computing has the potential to dramatically increase computing
capabilities, but mass production is not likely to happen soon. - ANSSelect the
statements that are true regarding the future of technology. Select 2 options.
cars
smartphone
delivery trucks - ANSWhich devices are most likely to communicate with the
internet? Select 3 options.
Computer Science - ANSis a career discipline that focuses on developing new
computing technologies and techniques.
data - ANSRaw facts, or _____, are the input for a computer process.
during the design phase - ANSWhen should a developer begin thinking about
scalability?
Human Computer Interaction (HCI) - ANSrefers to the design of technologies to
improve how people communicate with devices and applications.
Information Technology - ANSis a career discipline focusing on helping companies
use computer technology effectively.
Microsoft Office suite (Word, Excel, PowerPoint, etc.)
Operating System - ANSWhich of the following would be considered software?
Select 2 options.
Moore's Law
Mouse - ANS: predicts technology power and capacity will double every two years
pf2

Partial preview of the text

Download Test 1: Computer Science Q&A 2026. and more Exams Computer Science in PDF only on Docsity!

Test 1: Computer Science Q&A 2026.

13 - ANSWhat is displayed when you run the following program? print("30 + 10") print(5+8) 6 - ANSWhat will be displayed on the next line after you type the code below in IDLE and press ENTER? >>>print(1 + 5) a prediction made in 1965 stating that processing power for computers would double every two years - ANSWhich of the following statements best describes Moore's Law? AAAAAA - ANSAAAAAA Don't know if all of these are correct, got a 93% Ada Lovelace - ANS, unlike his/her mentor Charles Babbage, visualized using the computer as a more general-purpose tool, proposing that any type of content could be digitized. Algorithm - ANSWhich term means a precise set of instructions used to solve a problem or perform a calculation? Biocomputing uses computer components to simulate human thinking and problem- solving. Quantum computing has the potential to dramatically increase computing capabilities, but mass production is not likely to happen soon. - ANSSelect the statements that are true regarding the future of technology. Select 2 options. cars smartphone delivery trucks - ANSWhich devices are most likely to communicate with the internet? Select 3 options. Computer Science - ANSis a career discipline that focuses on developing new computing technologies and techniques. data - ANSRaw facts, or _____, are the input for a computer process. during the design phase - ANSWhen should a developer begin thinking about scalability? Human Computer Interaction (HCI) - ANSrefers to the design of technologies to improve how people communicate with devices and applications. Information Technology - ANSis a career discipline focusing on helping companies use computer technology effectively. Microsoft Office suite (Word, Excel, PowerPoint, etc.) Operating System - ANSWhich of the following would be considered software? Select 2 options. Moore's Law Mouse - ANS: predicts technology power and capacity will double every two years

: a device invented by Douglas Engekbart to work with graphical operating systems network effect - ANSWhen an online auction site increases its number of users, then the value of the site increases for everyone. This is an example of the pseudocode flowcode - ANSWhich can be used to plan a program? Psuedocode - ANSThe following outline is used to plan a program. What is the name for this type of plan?

a program to help the user start saving for retirement

ask the user for their income

ask the user for their age

determine the amount of money the person should be saving

display the result

relates to increases in processing power of computers and has been quite accurate since it was introduced in 1965 - ANSWhich of the following statements are true regarding Moore's Law? Secondary Storage - ANSWhen you check your hard drive to see how much space is available, you are checking your _____. syntax error - ANSWhich type of error occurred in the following lines of code? >>> print("Good Morning") SyntaxError: unexpected indent SyntaxError: invalid syntax - ANSWhat output will be displayed by the following program? print(Grade List) print(100) print(93) print(82) print(Total) print(100+93+82) Telehealth - ANS_______ is the practice of using the internet to provide healthcare without going to a doctor's office or hospital. There is no output - ANSWhat is the output for the following line of code?

print(3)

Vertical Horizontal - ANSOptimizing a network to handle more traffic by adding new specialized software is an example of ________ scaling. Adding additional nodes to a network is an example of _______ scaling. William Shockley - ANSworked with John Bardeen and Walter Brattain at Bell Laboratories to invent the transistor.