Search Header Logo

CICS Test 2 Review

Authored by ERIC DUMOUCHELLE

Computers

9th - 12th Grade

Used 1+ times

CICS Test 2 Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following input commands would allow the user to receive and store a character from the keyboard?

character = input("Please enter a character:")

character = int(input("Please enter a character:"))

character = float(input("Please enter a character:"))

character = bool(input("Please enter a character:"))

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("Hello world!")

SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("Hello" + "world" + "today")

Helloworldtoday
Hello world today
"Hello" "world" "today"
SyntaxError

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A location in memory used to store data that can be changed.

Constant
Value
Variable
Iteration

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a line of text that Python won't try to run as code

comment
modulo
variable
boolean

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What Python command lets the user enter an answer to a question?

answer()
open()
print()
input()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement correctly assigns the string "Tanner" to the variable name?

name  = print( "Tanner")
input("Tanner")
name = "Tanner"
name = input("Tanner")

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?