WorksheetsF of C Final Exam Spring 2022
Total questions: 70
Worksheet time: 35mins
A test for intelligence in a computer, requiring that a human being should be unable to distinguish the machine from another human being by using the replies to questions put to both. This was originally called “The Imitation Game.” You performed this test with ELIZA
The Table Test
The Torture Test
The Turing Test
What does this URL tell you about the source?
http://csuniv.edu
It's a government site
It's a military site
It's affiliated with an educational institution
It is selling something
A web page that displays different content each time it's viewed. For example, the page may change with the time of day, the user that accesses the webpage, or the type of user interaction
Dynamic Webpage
Static Webpage
A student is given an assignment to create a detailed story in Scratch that involves many Sprites, backdrop changes, broadcasts, and lots of dialogue. She tackles the assignment by breaking the project down into smaller, more manageable parts. She will first create a storyboard, then arrange the backdrops and broadcasts, and finally she will create a script for each sprite. Which facet of computational thinking did the student apply?
Abstraction
Decomposition
Algorithm Design
Pattern Recognition
_____ the computer’s “built-in” memory containing data that normally can only be read, not written to. It contains the programming that allows your computer to be “booted up” each time you turn it on.
ROM
RAM
_____ any storage device that uses light to read and write information. Examples are CD, DVD, and Blu-ray drives.
Flash Drive
Hard Drive
Optical Drive
Optimus Prime
____ the physical hardware inside a computer that temporarily stores data, serving as the computer’s “working” memory. Volatile
ROM
RAM
RON
sometimes called a pointer. A hand operated input device used to manipulate objects on the computer screen.
Modem
Mouse
Monitor
A .gov site is associated with…
US Government
Educational Institution
Commercial Site
.com stands for...
commical
commercial
clerical
Device that typically stores files and databases including more complex applications like Web sites. These devices often feature higher-powered central processors, more memory, and larger disk drives than clients.
Client
Server
Waiter
Patron
a unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.
Web Address
IP Address
Hashtag
Network software applications installed that request and receive information over the network. Mobile devices, as well as desktop computers, can fall into this category.
Client
Server
Patron
Waiter
1. In the CSS rule h1 {color: red} which component is the selector?
h1
color
red
In the CSS rule h1 {color: purple} which component is the property?
h1
color
purple
In the CSS rule p {color: purple} which component is the value?
p
color
purple
The CSS rule h3 {color: blue} will change what part of the website?
All h3 elements will have a blue font color
All h3 elements will have a blue background color
The head element of the document will display blue
Nothing will change
