Program Libraries

Program Libraries

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

SISTEM KOMPUTER KLS 9

SISTEM KOMPUTER KLS 9

9th Grade

10 Qs

Penilaian Harian-1, Pemrograman Berorientasi Objek (PBO)

Penilaian Harian-1, Pemrograman Berorientasi Objek (PBO)

12th Grade

10 Qs

(X) Dasar Programming

(X) Dasar Programming

10th Grade

11 Qs

Ke-Al Azhar 8 an

Ke-Al Azhar 8 an

7th Grade - University

10 Qs

Basic Computer

Basic Computer

8th Grade - University

10 Qs

SC025: Control Structures Lecture Quiz

SC025: Control Structures Lecture Quiz

12th Grade

10 Qs

Pretest Search Engine

Pretest Search Engine

9th Grade

10 Qs

Program Libraries

Program Libraries

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Peter Astbury

Used 10+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

A program library allows functions and ........ to be reused in different programs

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of these are types of library?

composite

dynamic

static

elaborate

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

A static library is linked with the main program when the program is ..............

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What are the pros of using dynamic libraries rather than static?

More efficient algorithms used

An algorithm only needs to be updated once

Better use of memory space

They are more secure

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What are the cons of using dynamic libraries rather than static?

Malware could be introduced by swapping out a DLL file

If a DLL file is lost the program may no longer work

Worse use of memory space

They are less secure

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What are advantages of using libraries?

Less memory space needed

Less development time needed

More secure

Code will be well tested