47. Programming 1 : User Input & Display Output

47. Programming 1 : User Input & Display Output

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

Input or Output

Input or Output

9th Grade - Professional Development

11 Qs

Computer System (Part 1)

Computer System (Part 1)

8th - 9th Grade

10 Qs

Representing and understanding algorithms

Representing and understanding algorithms

10th - 11th Grade

10 Qs

comp

comp

6th - 10th Grade

11 Qs

Arduino

Arduino

12th Grade

10 Qs

Flowchart

Flowchart

6th - 10th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

47. Programming 1 : User Input & Display Output

47. Programming 1 : User Input & Display Output

Assessment

Passage

Computers

9th - 12th Grade

Easy

Created by

Andy Workman

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first thing you learn when starting to program?

How to debug errors

How to gather input from the user

How to write loops

How to create functions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the pseudocode example, what is used to display a prompt on the screen?

Show

Output

Print

Display

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in the pseudocode to assign input to a variable?

<-

=

->

<<

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a programming language mentioned for exam support?

Visual Basic

Java

C#

Python

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is input gathered from the user in Python?

getInput() function

input() function

readLine() method

scanf() function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is concatenated to the 'first name' and 'surname' variables to output the user's full name?

A blank space

A dash

A period

A comma

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is assumed for variable 'a' when performing the division 7 divided by 3?

Real or Float

Boolean

String

Integer

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of format specifiers in the context of output?

To convert strings to integers

To insert special characters

To change the font size

To format the output to a certain number of decimal places