CS201: Chapter 1

CS201: Chapter 1

University

12 Qs

quiz-placeholder

Similar activities

Coding with Python 01

Coding with Python 01

5th Grade - University

15 Qs

02 - Python - Introduction & Installation

02 - Python - Introduction & Installation

University - Professional Development

10 Qs

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

Principles of Programming

Principles of Programming

KG - University

13 Qs

Python Programming

Python Programming

3rd Grade - University

17 Qs

Python2

Python2

8th Grade - University

15 Qs

CS201: Chapter 1

CS201: Chapter 1

Assessment

Quiz

Computers, Other

University

Medium

Created by

Elaine Cortez

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which part of a computer is responsible for processing data?

memory

hard drive disk

central processing unit

file system

Answer explanation

The CPU is also known as the brain of the computer. Just like how humans cannot think without a brain, computers cannot “think” without a CPU.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: A program stored in computer memory must be represented in binary digits, which is also known as machine code.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following organizes the monitor screen around the metaphor of a desktop, with windows containing icons for folders, files, and applications?

cathode ray tube

terminal

web server

graphical user interface

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the late-1930s, which mathematician and electrical engineer at M.I.T., wrote a classic paper titled “A Symbolic Analysis of Relay and Switching Circuits?”

Alan Turing

Claude Shannon

George Boole

Howard Aiken

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By the mid-1980s, which entity had grown into what we now call the Internet, connecting computers owned by large institutions, small organizations, and individuals all over the world?

ARPANET

FORTRAN

WAN

UNIX

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The easiest way to open a Python shell is to launch which of the following?

Windows

macOS

IDLE

Linux

Answer explanation

Windows, macOS, and Linux are all operating systems. IDLE is the basic integrated development environment (IDE) that comes installed with Python.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A shell window contains an opening message followed by the special symbol >>>. What is that symbol called?

variable

shell prompt

input

output

Answer explanation

In the online IDE we use, Replit, the shell prompt is >.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?