Intro to Programming MP4 EMPA Review Part 2

Intro to Programming MP4 EMPA Review Part 2

9th - 12th Grade

27 Qs

quiz-placeholder

Similar activities

IT Fundamentals Chapter 1

IT Fundamentals Chapter 1

9th Grade - University

25 Qs

Introduction to Computing

Introduction to Computing

5th - 12th Grade

22 Qs

Codehs Tracy

Codehs Tracy

9th Grade

25 Qs

Grade 9 Computer quiz

Grade 9 Computer quiz

12th Grade

23 Qs

Michael Pd 3 AR vocabulary

Michael Pd 3 AR vocabulary

8th Grade - University

23 Qs

MS 101 - FINAL QUIZ

MS 101 - FINAL QUIZ

12th Grade

22 Qs

SDA uCertify Lesson 6

SDA uCertify Lesson 6

8th - 12th Grade

25 Qs

Intro to Programming MP4 EMPA Review Part 2

Intro to Programming MP4 EMPA Review Part 2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Lisa Zaranski

Used 2+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
A
B
C
D

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
A
B
C
D

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
A
B
C
D

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Variables allow us to:
Name different parts of our programs
Use English words to communicate with Tracy
Store information to use in our programs
Change the words Tracy recognizes

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
A
B
C
D

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How would I ask the user to input the radius of a circle?
int(input(“What is the radius?: “))
radius = int(“What is the radius?: “)
radius = int(input(“What is the radius?: “))
radius = int input(“What is the radius?: “)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to ask a user for a color and store the answer as a variable?
color = input(“Enter a color: “)
user_color = “Enter a color: ”
input(“Enter a color: “)
user_color = input(“Enter a color: “)

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?