SDD Flashcards

(23 cards)

1
Q

0.11000111x2 power of 10101101. Name the mantissa and exponent.

A

M= 11000111
E=10101101
change e into whole number

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

What does standard mean in ascii

A

Normal code which is used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. What was the issue with using the original 7 bit ASCII to represent text?
A

Too many characters

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

How many characters can be represented using ascii

A

256

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

Give 2 examples of control characters

A

CRTl esc

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

What are the four vector graphics shapes

A

Elise line polygon rectangle

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

What is a bitmapped graphic

A

A bit map graphic is represented as a 2 dimensional array of pixels.
The colour of each pixel is stored as a binary code.

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

What is bit depth

A

The bit depth is the number of bits used for the colour code.

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

What is resolution

A

This is the number of pixels in a fixed area of a bit mapped graphic.
High resolution images have a large number of small pixels and low resolution images have a small number of large pixels.

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

What does ASCII stand for

A

American Standard Code for Information Interchange.

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

Example of an integer

A

4

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

Example of a float

A

5.4

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

Example of char (character)

A

F

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

Example of string

A

Hello
9:00

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

what are the attributes of shapes

A

fill colour, line colour coordinates

17
Q

what is == for

A

to check if answer = fixed value

e.g. ==ICT

18
Q

what is indentation

A

you press tab on the line where you say print

if temperature > 30:
print(“It’s hot!”)
else:
print(“It’s not that hot.”)

19
Q

how is a vector graphic stored

A

Object/shape (1 mark)

(1 mark for)
Stored as a set of definitions/
properties/instructions/attributes
OR
Example of at least 2 attributes

20
Q

what is a syntax error

A

A syntax error is a mistake in the structure or grammar of code that makes it invalid in a programming language.

21
Q

describe and implement the phases of an iterative development process

A

Analysis- outline what the programme is going to do

design- plan design user interface

implementation-write the code

testing0ensure all aspects work correctly

documentation-technical guide of how to install software

evaluation- fit for purpose, and robust

evaluation

22
Q

how does ASCII represent characters

A

extended ASCII uses 8 bits to represent 256 characters.

each character has a unique binary number which is stored to represent that character

23
Q

explain how a computer system organises data in memory so it can be retrieved

A

memory is organised into separate locations which can store data

each location is unique and the location can be used to identify the area in memory