Programming Reviewer by MEDS

Programming Reviewer by MEDS

University

50 Qs

quiz-placeholder

Similar activities

Unit 3 lessons 3 & 4

Unit 3 lessons 3 & 4

6th Grade - University

50 Qs

теориялық грамматика Клышбекова Зираш

теориялық грамматика Клышбекова Зираш

2nd Grade - University

50 Qs

kedok

kedok

University

53 Qs

Heat and Temperature Concepts

Heat and Temperature Concepts

University

52 Qs

Latihan persiapan PAT Geografi X PK

Latihan persiapan PAT Geografi X PK

10th Grade - University

50 Qs

PAT PROGRAM DASAR X TKJ 2025

PAT PROGRAM DASAR X TKJ 2025

1st Grade - University

50 Qs

Language Use Review (001)

Language Use Review (001)

University

50 Qs

PF Midterm 1-49

PF Midterm 1-49

9th Grade - University

49 Qs

Programming Reviewer by MEDS

Programming Reviewer by MEDS

Assessment

Quiz

Others

University

Practice Problem

Hard

Created by

John Christian Medina

Used 43+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these will be stored as a float?

"hello"

143

8.4

True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank to output 5 raised to the 3rd power.

print (5__3)

/*

**

^

*

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank to take user input, assign it to a variable, and output it:

text=___

print(___)

input(), user

text, input()

user, input()

input(), text

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blanks to prompt the user with a message and assign the input to the variable “name”:

___=___(“___”)

input, name, “What is your Name?”

“What is your Name?, name, input

name, input, “What is your Name?”

name, “What is your Name?, input

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two Boolean values in Python?

Yes and No

True and False

true and false

Truth and Dare

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a loop use for two dimensional value of data.

For loop

While loop

Nested for loop

All of the Above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What’s the result of this code?

x=“a”

x*=3

print(x)

a3

aaa

3aaa

aaa3

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?