47. Programming 1 : User Input & Display Output

47. Programming 1 : User Input & Display Output

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

CS Edexcel 1.2a Writing Algorithms

CS Edexcel 1.2a Writing Algorithms

9th - 10th Grade

13 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Dasar-Dasar Algoritma

Dasar-Dasar Algoritma

10th - 12th Grade

10 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

CyberSecurity Basics

CyberSecurity Basics

6th - 12th Grade

10 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 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