Topic 2

Topic 2

University

9 Qs

quiz-placeholder

Similar activities

SIA Pre Class #4

SIA Pre Class #4

University

10 Qs

K-Nearest Neighbors Quiz

K-Nearest Neighbors Quiz

University

10 Qs

Quis 2: Sistem Informasi Akuntansi

Quis 2: Sistem Informasi Akuntansi

University

7 Qs

CMSC 204 lect1

CMSC 204 lect1

University

12 Qs

Algorithm Quizz 1

Algorithm Quizz 1

University

7 Qs

Non Programmers Guide to Machine Learning-Supervised Learning

Non Programmers Guide to Machine Learning-Supervised Learning

University

10 Qs

Logika & Algoritma

Logika & Algoritma

University

10 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