Algorithm & Programming - Review 2

Algorithm & Programming - Review 2

University

15 Qs

quiz-placeholder

Similar activities

Quiz Analisis Data

Quiz Analisis Data

10th Grade - University

10 Qs

Midterm 2 Quiz

Midterm 2 Quiz

University

16 Qs

Algoritma Sorting

Algoritma Sorting

University

20 Qs

Data Structure & Algorithm

Data Structure & Algorithm

University

15 Qs

DYRT  Ch 10

DYRT Ch 10

University

10 Qs

Searching Quiz

Searching Quiz

University

12 Qs

In-Lab5

In-Lab5

University

14 Qs

ITProf104MEx

ITProf104MEx

University

20 Qs

Algorithm & Programming - Review 2

Algorithm & Programming - Review 2

Assessment

Quiz

Other

University

Hard

Created by

Rita Ly

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

How many cycle in Bubble Sort if there is 20 data

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many comparison in Bubble Sort if there is 4 data.

3

4

5

6

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The following is an advantage of modular programming, except

Top-down design with sub goal, huge program divided into smaller modules

Can be done by more than one developer/ programmer

Modification can not be done without affecting overall codes

Easier to debug, as logical flow is easy to follow and easier to pin point errors

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Data type with predefined number of data is called

Typedef

Enumeration

Union

Bit Field

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is false about fcloseall() function

Syntax: int fcloseall (void);

Close all active stream, include: stdin, stdout, stdprn, stderr, and stdaux.

Will return the number of stream closed if successful, and return EOF instead.

Header file <stdio.h>

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Using quick sort, which number will swap first. Data: 32 75 69 58 21 40

75 and 21

58 and 21

32 and 21

69 and 40

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Using binary and interpolation search, what is the value of mid (first round) if search key is 70. Data: 12   24   39   57   66   68   75   90   98

Binary = 3 ; Interpolaion = 3

Binary = 3 ; Interpolaion = 4

Binary = 3 ; Interpolaion = 5

Binary = 3 ; Interpolaion = 6

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?