System development Flashcards

1
Q

What is a date type?

A

A method of storing data in an appropriate way in the right format.

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

What is integer?

A

A positive or negative whole number that can be used mathematically.

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

What is real?

A

A positive or negative decimal number that can be used mathematically.

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

What is character?

A

A single character between quotes that takes up a single unit of storage. Like “A”

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

What is string?

A

A series of Alpha numeric characters that include letters symbols and numbers.

That cannot be used mathematically

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

What is Boolean?

A

Yes/no

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

What is the date and time?

A

Stand and date formats.
09/11/67

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

What are the two errors in programs?

A

Syntax and logic.

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

What is syntax error?

A

A syntax error is not using the correct python words which will cause the program to stop working.

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

What is a logic error?

A

Logic error is when the program will work, but will do something it should not do.

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

Why do programs have to be tested?

A

To make sure all acceptable values are accepted, and all unacceptable values are rejected.

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

What is normal data?

A

Data the program should accept.

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

What is abnormal data?

A

Data that the program should reject as values are not suitable.

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

What is extreme data?

A

Data that falls at the boundary of the range of acceptable data.

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

What is low level language in computing?

A

It is language, understood by computers using zeros and ones.

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

What is high-level language in computing?

A

It is language used by humans to code.

17
Q

What is a translator?

A

A translator is a computer program that translates a program written in a programming language into a machine code, so that it can be directly used by computer to perform a task.

18
Q

Characteristics of compliers

A

Complied programs are used without the complier

It will not run if it finds an error

A complied program runs faster than an interpreted program

19
Q

What are characteristics of interpreters?

A

Interpreted programs cannot be used without the interpreter

It will run until it finds an error

Less storage spaces needed to run the program

20
Q

What is an operating system?

A

It controls the operation of computer systems and provides an environment to run the software.

Like iOS

21
Q

What is a utility program?

A

Small specific programs used to help configure check and maintain the computer

Like an antivirus

22
Q

What is device drivers?

A

Special kind of software that controls any attached device

Like printer driver

23
Q

What is this repair and analysis?

A

It checks a hard disk for errors, and if errors are found at attempts to fix them.

24
Q

What is disc cleanup?

A

Are utility program that allows you to remove unused files from your hard disk to make more space.

25
Q

What is a disc defragmenter?

A

It takes all the file segments and rearranges them so that they are stored in consecutive location on the hard disk. This makes the computer faster. 

26
Q

What is security software?

A

Software that help protect the computer system against threats

Like an antivirus

27
Q

What are backup of files?

A

The utility create a copy of data in case the original one gets lost.

28
Q

What is file managers?

A

It provides functionality such as copy paste, cut, create, etc.

29
Q

What is system update?

A

Automatic downloads updates to an OS and install them without user interaction.