CS Python Fundamentals Quiz 1 PRACTICE

CS Python Fundamentals Quiz 1 PRACTICE

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Coding Principles and Applications

Coding Principles and Applications

9th - 12th Grade

10 Qs

Python Workshop Week 1 Review

Python Workshop Week 1 Review

9th - 12th Grade

10 Qs

1.1.1b - The Fetch-Decode-Execute Cycle

1.1.1b - The Fetch-Decode-Execute Cycle

12th Grade

12 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Pseudocode WHILE Loops

Pseudocode WHILE Loops

10th - 12th Grade

10 Qs

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

TEST 1 REVIEW

TEST 1 REVIEW

9th Grade

10 Qs

ITGS - IT Systems (Hardware)

ITGS - IT Systems (Hardware)

10th - 12th Grade

14 Qs

CS Python Fundamentals Quiz 1 PRACTICE

CS Python Fundamentals Quiz 1 PRACTICE

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Scott Chamberlain

Used 11+ times

FREE Resource

9 questions

Show all answers

1.

CLASSIFICATION QUESTION

3 mins • 3 pts

Place each computer component into the appropriate category:

Input, Output, OR both Input and Output

Groups:

(a) Input only

,

(b) Output only

,

(c) Input AND Output

mouse

touch screen

smart speakers

printer

bluetooth earbuds

keyboard

monitor

wired speakers

microphone

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

CPU stands for ...

Computer Programming Unit

Core Physical Unit

Control Performance Unit

Central Processing Unit

Content Preparation Unit

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the job of the CPU?

Stores the computer's operating system

Acts as the computer brain and executes commands

Connects data input devices to output devices

Translates Python code into binary machine code

4.

MATCH QUESTION

2 mins • 5 pts

Match the following terms to their definitions.

Program

The physical machine; any part of a computer that you can touch

Compiler

Programs that run on hardware

Hardware

A program that translates written code into machine language

Operating System

Instructions that a computer follows, written in code

Software

Software that manages the computer's memory and processes, as well as all of its software and hardware

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is NOT a valid Python variable name?

4ever

fitty_cent

airForce1

BIGdog

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the lines of code shown here?

Media Image
Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the lines of code shown here?

Media Image
Media Image
Media Image
Media Image
Media Image

8.

MATCH QUESTION

1 min • 4 pts

Match the following terms to their definitions.

Machine language

the language we code in. It is clear and consistent. Always taken literally.

Algorithm

a low-level language made up of binary numbers or bits that a computer can understand

Formal language

the language we speak. It can be ambiguous. Not always taken literally.

Natural language

a sequence of specific steps used to solve a problem or complete a task

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Assuming that the user enters goat then fire, what is the output?

The fire is the goat

The n is a

The goat is fire

The n goat is a fire