Program Libraries

Program Libraries

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

IP Address

IP Address

10th Grade

10 Qs

Quiz Ip Address

Quiz Ip Address

11th Grade

10 Qs

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

12th Grade

10 Qs

Introduction to ICT

Introduction to ICT

12th Grade

10 Qs

Tes Routing

Tes Routing

9th - 12th Grade

10 Qs

Empowerment Technologies: The World Wide Web

Empowerment Technologies: The World Wide Web

11th Grade

10 Qs

Technical Terms - Internet (A-Z) - Webpages

Technical Terms - Internet (A-Z) - Webpages

12th Grade

10 Qs

Testout Internet Technologies

Testout Internet Technologies

12th Grade

10 Qs

Program Libraries

Program Libraries

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Peter Astbury

Used 10+ times

FREE Resource

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