PAST PAPER 2020 Flashcards

1
Q

Describe the advantages of writing the program in a high-level language instead of in
assembly language (2)

A

-Easier/quicker for humans to write
* Easier/quicker to read / understand / remember
* Easier/quicker to maintain / debug / spot errors
* …because code is closer to English / uses English
words
* Less code to write
* …because one HLL instruction represents many
assembly instructions
* Portable (between processors) // will work with
different types of computer

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

Give two reasons why computer scientists use hexadecimal to represent numbers instead of
binary

A
  • Easier/quicker to communicate / enter / write /
    read / remember
  • Less chance of input errors // easier to spot
    errors
  • They are smaller / shorter
  • Easy to convert between binary and
    HexadecimaL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

State what is meant by the term image resolution.

A

Number of pixels in an image

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