Test on readLine() Function and Variables

Test on readLine() Function and Variables

9th Grade

10 Qs

quiz-placeholder

Similar activities

Lesson 5: Data Protection

Lesson 5: Data Protection

9th - 12th Grade

15 Qs

Grade 9-Exploring Input Devices

Grade 9-Exploring Input Devices

9th Grade

15 Qs

Module 3 - Unity Scripting Basics

Module 3 - Unity Scripting Basics

9th - 12th Grade

15 Qs

Programming with Scratch - S3 Computing

Programming with Scratch - S3 Computing

9th Grade

12 Qs

Campeonato Brasileiro

Campeonato Brasileiro

9th Grade

15 Qs

Lesson 1: System Attacks and External Threats

Lesson 1: System Attacks and External Threats

9th - 12th Grade

15 Qs

IT - Unit 1 - L05 - K8 - Importance of documenting an RIU.

IT - Unit 1 - L05 - K8 - Importance of documenting an RIU.

9th Grade

8 Qs

Web Development Quiz

Web Development Quiz

9th - 12th Grade

10 Qs

Test on readLine() Function and Variables

Test on readLine() Function and Variables

Assessment

Quiz

Information Technology (IT)

9th Grade

Easy

Created by

Isaac Valdez

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the readLine() function?

To display output to the user.

To gather input from the user.

To perform calculations.

To store data permanently.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following code, what will the output be if the user enters “Pizza”?

var food = readLine(Favorite food: );

println(“You like” + food + “!”);

You like food!

You like Pizza!

You like!

You like Favorite food!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable is required to store data collected using the readLine() function.

True

False

Only for numbers

Only for strings

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

User input collected with readLine() can only store numbers.

True

False

Only integers

Only decimals

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain how you used readLine() in the Mad Lib Story Pt. 2 Exercise to make your program interactive.

To display the main character.

To change the story of the main character and name of book.

To calculate the score.

To save the game progress.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper function to call to print to the screen?

print

println

display

show

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are three basic types of variables. Which of the following is NOT one of them?

number

boolean

string

array

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?