G8 Practice PC

G8 Practice PC

12th Grade

15 Qs

quiz-placeholder

Similar activities

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 Qs

Database Query using sql

Database Query using sql

12th Grade

20 Qs

A4 IIB - Estructuras Condicionales II

A4 IIB - Estructuras Condicionales II

10th Grade - University

10 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Resume Basis Data

Resume Basis Data

12th Grade

10 Qs

Unit 3 Python TEST

Unit 3 Python TEST

11th - 12th Grade

20 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 Qs

Java while loops

Java while loops

10th - 12th Grade

10 Qs

G8 Practice PC

G8 Practice PC

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Fritz Bansag

Used 41+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Performs actions repeatedly

while

print

if

=

input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Display to the screen

while

print

if

=

input

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Check the condition of which action to perform

while

print

if

=

input

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

assign a value to a variable

while

print

if

=

input

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It read from the keyboard

output

a,b,c,d,e

asdf

=

input

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When this program is executed, the user types in 12 and 2 on the keyboard. What will be displayed on the screen?

a = int(input())

b = int(input())

max = a

if b > max:

  max = b

  print(max)

2

12

Nothing

Max

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many assignment statements can you find?

a = int(input())

b = int(input())

max = a

if b > max:

  max = b

  print(max)

2

12

Nothing

4

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?