Section 6 Flashcards

1
Q

What is the definition for hardware?

A

A generic term for the physical parts both internal and external

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the definition for software?

A

A generic term for any program that can be run on a computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the definitions for application software and system software?

A

Application - refers to all of the programs that the user used to complete a particular task
System - covers a range of programs that are concerned with the more technical aspects of setting up and running the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the definition of utility programs?

A

Programs that perform specific common task related to running the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the definition of library programs?

A

Library programs are code, data and resources that can be called by other programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are RAMs?

A

RAM is random access memory this is volatile storage as it can only be accessed when the power is on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a utility program?

A

A utility program is software that performs maintenance tasks.

Examples include compression software, anti-virus software, back-up software, and registry cleaners.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are library programs?

A

Library programs are similar to utility programs and are written to carry out common tasks. They are code, data and resources that can be called by other programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the role of DLL files in Windows?

A

DLL files contain code, data, and resources, and are loaded dynamically by Windows as required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are translators in programming?

A

Translators are software used to convert programs from one language to another, including compilers, assemblers, and interpreters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an operating system?

A

An operating system is software that acts as an interface between the user and the computer, managing overall operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does an operating system do?

A

It links hardware, applications, and the user while hiding the complexity of the computer.

This creates a so-called virtual machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the system requirements for Microsoft Windows 8?

A

Windows 8 requires a minimum of 1 GB of RAM and 16 GB of hard disk space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a translator in programming?

A

Software that converts programming language instructions into Os and 1s (machine code)

Translators include compilers, assemblers, and interpreters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the three types of translators?

A
  • C compilers
  • Assemblers
  • Interpreters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a compiler?

A

A program that translates a high-level language into machine code by translating all of the code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is an assembler?

A

A program that translates a program written in assembly language into machine code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is an interpreter?

A

A program for translating a high-level language by reading each statement in the source code and immediately performing the action.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is operating system software?

A

A suite of programs designed to control the operations of the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the concept of a virtual machine?

A

The concept that all of the complexities of using a computer are hidden from the user and other software by the operating system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is application software?

A

Programs that perform specific tasks that would need doing even if computers didn’t exist, e.g. editing text, carrying out calculations.

Application software is designed for end-users to accomplish tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What are utility programs?

A

Programs that perform specific common tasks related to running the computer, e.g. zipping files.

Utility programs help manage, maintain, and control computer resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What are library programs?

A

Code, data, and resources that can be called by other programs

Library programs are essential for software development as they provide reusable functionalities.

24
Q

What is the primary function of an operating system in terms of resource management?

A

To manage access to the processor and other resources such as peripherals and memory.

25
Q

Define ‘scheduling’ in the context of operating systems.

A

A technique to allocate access to the processor and other resources.

26
Q

What is ‘time slicing’?

A

A method that allocates a fixed time period to each task for processor access.

27
Q

What does ‘round-robin’ scheduling refer to?

A

A scheduling method where each task is given an equal amount of processor time.

28
Q

Fill in the blank: The _______ is the slowest part of any computer system.

29
Q

What is the purpose of managing input/output devices?

A

To control the way the various input and output devices are allocated, controlled, and used by programs.

30
Q

True or False: In a computer with only one processor, multiple programs can run simultaneously.

31
Q

What is one of the main tasks of an operating system?

A

To ensure that each program is allocated enough memory to operate efficiently.

32
Q

What does the term ‘resource management’ refer to?

A

How an operating system manages hardware and software to optimize performance.

33
Q

What is the simplest way an operating system can schedule access to the processor?

A

Time slicing.

34
Q

What happens when a processor is waiting for user input?

A

It is wasting processor time.

35
Q

What is memory management?

A

How the operating system uses RAM to optimize the performance of the computer

36
Q

What does RAM stand for?

A

Random Access Memory

37
Q

True or False: Memory management is only concerned with the allocation of RAM.

38
Q

Fill in the blank: The operating system uses _______ to manage memory effectively.

A

various algorithms

39
Q

What is one primary goal of memory management?

A

To optimize performance

40
Q

List two functions of memory management.

A
  • Allocation of memory
  • Deallocation of memory
41
Q

What role does the operating system play in memory management?

A

It allocates and manages RAM resources

42
Q

Fill in the blank: Effective memory management can lead to _______ performance in computer systems.

43
Q

True or False: Memory management has no impact on the speed of applications running on a computer.

44
Q

What is a key benefit of efficient memory management?

A

Maximizing the use of available RAM

45
Q

What is the purpose of an operating system in file management?

A

To store and retrieve files

An operating system provides the necessary functions to manage files on a computer, including their organization and access.

46
Q

Fill in the blank: The operating system _______ files.

A

stores and retrieves

47
Q

True or False: File management is solely the responsibility of the user.

A

False

File management is a function of the operating system, although users interact with it.

48
Q

What does file management involve?

A

Storing, retrieving, and organizing files

Effective file management allows users to efficiently access and manage their data.

49
Q

What is a low-level language?

A

A language that is closer to machine code and assembly language.

Low-level languages provide little abstraction from a computer’s instruction set architecture.

50
Q

What is a high-level language?

A

A programming language that allows programs to be written using English keywords and that is platform independent.

High-level languages are designed to be easy for humans to read and write.

51
Q

Define an imperative language.

A

A language based on giving the computer commands or procedures to follow.

Imperative languages focus on how to perform tasks.

52
Q

What is an object-oriented language?

A

A programming paradigm that encapsulates instructions and data together into objects.

Object-oriented languages promote code reusability and modularity.

53
Q

Define declarative languages.

A

Languages that declare or specify what properties a result should have, e.g., results will be based on functions.

Declarative languages focus on what the program should accomplish rather than how to accomplish it.

54
Q

What is a functional language?

A

A programming paradigm that uses mathematical functions.

Functional languages treat computation as the evaluation of mathematical functions and avoid changing-state and mutable data.

55
Q

Fill in the blank: A _______ is a programming paradigm that encapsulates instructions and data together into objects.

A

object-oriented language

56
Q

True or False: High-level languages are platform dependent.

A

False

High-level languages are designed to be platform independent.