Topic 2

Topic 2

University

9 Qs

quiz-placeholder

Similar activities

Data Mining

Data Mining

University

10 Qs

Algorithms and Data Structures Quiz

Algorithms and Data Structures Quiz

University

10 Qs

Digital Library

Digital Library

University

10 Qs

Blockchain

Blockchain

5th Grade - Professional Development

10 Qs

Analisis Proses Bisnis Minggu 2

Analisis Proses Bisnis Minggu 2

University

10 Qs

CMSC 204 lect1

CMSC 204 lect1

University

12 Qs

Introduction to Python Programming Quiz 9E

Introduction to Python Programming Quiz 9E

10th Grade - University

13 Qs

Quiz on Brain Structure and Neural Networks

Quiz on Brain Structure and Neural Networks

12th Grade - University

14 Qs

Topic 2

Topic 2

Assessment

Quiz

Other

University

Medium

Created by

SITI SAMDIN

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the typical steps performed by a program?

Requirements-gathering, design, construction, testing

Analysis, design, implementation, maintenance

Input, process, output

Algorithm, pseudo code, flowchart

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the System Development Life Cycle (SDLC) also known as?

Classic Life Cycle Model

Spiral Development Model

Agile Development Model

Iterative Development Model

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three steps that a program typically performs?

Analyze the input data, design the algorithm, implement the algorithm

Gather input data, process the input data, display the results as output

Test the program, verify the requirements, maintain and update the program

Define the problem, develop the solution, convert design to computer codes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the programming process part of?

Software development life cycle

System development life cycle

Problem-solving techniques

Algorithm development

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A system development model

A software application

A programming language

A procedure for solving a problem in terms of actions and order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudo-code used for?

To develop and describe algorithms

To execute on computers

To design flowcharts

To convert to C program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do flowcharts represent?

A programming language

A software application

A system development model

An algorithm in a graphical form

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the terminal shape in a flowchart?

Indicates the start and end of a flowchart

Represents data manipulation

Identifies input and output

Shows control structures

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the decision shape in a flowchart?

Indicates the start and end of a flowchart

Identifies input and output

Shows control structures

Represents operations with two possible selections