Topic 2

Topic 2

University

9 Qs

quiz-placeholder

Similar activities

System Analysis and Design

System Analysis and Design

University

10 Qs

Computer Programming 1

Computer Programming 1

University

10 Qs

C Flowchart

C Flowchart

University

10 Qs

Kuis D3SI-47-03

Kuis D3SI-47-03

University

10 Qs

Algorithm Quizz 1

Algorithm Quizz 1

University

7 Qs

D3SI-47-04

D3SI-47-04

University

10 Qs

Post-Test Modul 1 (A)

Post-Test Modul 1 (A)

University

10 Qs

Logika & Algoritma

Logika & Algoritma

University

10 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