Quiz on Structured Programming

Quiz on Structured Programming

10th Grade

8 Qs

quiz-placeholder

Similar activities

Programming & Privacy 0830

Programming & Privacy 0830

10th Grade

12 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Code.org Unit 5 Vocab Quiz 1

Code.org Unit 5 Vocab Quiz 1

9th - 12th Grade

10 Qs

Python functions and procedures

Python functions and procedures

10th - 11th Grade

8 Qs

Unit 7

Unit 7

9th - 12th Grade

13 Qs

Computer Science Principles Unit 7 Parameters Returns Libraries

Computer Science Principles Unit 7 Parameters Returns Libraries

9th - 12th Grade

13 Qs

FOC UNIT 3 - INTERACTIVE ANIMATIONS AND GAMES (Vocabulary)

FOC UNIT 3 - INTERACTIVE ANIMATIONS AND GAMES (Vocabulary)

9th - 12th Grade

13 Qs

Lesson 3: (CIW JavaScript)

Lesson 3: (CIW JavaScript)

9th - 12th Grade

11 Qs

Quiz on Structured Programming

Quiz on Structured Programming

Assessment

Quiz

Computers

10th Grade

Medium

Created by

SREELAKSHMI S

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a subroutine?

A named block of code

A method of sorting data

A programming language

A type of variable

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the main purpose of structured programming?

To enhance graphical user interfaces

To break large problems into parts

To create complex algorithms

To eliminate the need for variables

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a type of subroutine?

Procedure

Array

Variable

Loop

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the entry point for program execution in modular programming?

Subroutine

Main

Parameter

Function

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does a function do in modular programming?

Deletes values from a list

Creates a list

Only performs a task

Performs a task and returns a value

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A variable declared in Main() is called

Global variable

Local variable

Parameter

Return value

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

The image shows a subroutine named, ShiftRight(). It is a ...

Procedure

Function

Main()

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Identify the parameter used in this subroutine.

x

n

True

False