computer science ๐Ÿ’€

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/63

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:41 PM on 9/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

64 Terms

1
New cards

The Associative Law means

Numbers will equal the same, no matter which way round they are.

2
New cards

Data + Meaning = ?

Information

3
New cards

ASCII stands for

American standard code for information interchange

4
New cards

How many cores is a dec core

10

5
New cards

What is lossless compression

Is not permanent and temporary

6
New cards

In ASCII, how many bits is 1 character

8 bits

7
New cards

How do you work out the compression file size with only the original size and compression ratio

E.g 200MB 10:1 ?

Divide 200 by 10, then multiply by 1

8
New cards

What are the main components inside a CPU

Arithmetic Logic Unit

Register

Control Unit

9
New cards

What is overflow

Overflow is where a value exceeds the maximum value a register can hold. If you had the value 10000000 stored in an 8 bit register, the result would be 00000000, as itโ€™s lost the leading one, destroying the value.

10
New cards

How many bits in a nibble

4

11
New cards

What is lossy compression

Permanent

12
New cards

What types of Meta Data are included in all files

File name

File type

File size

13
New cards

How to convert binary to Denary

Add headings above numbers, circle the values with 1 underneath then add them together

14
New cards

How many cores in a hex core

6

15
New cards

To go from bits to bytes youโ€ฆ

Divide by 8

16
New cards

What is cache

The fastest way to process data, type of RAM.

More the better, but is expensive

Has 3 levels, each having a high/low clock speed of memory and a high/low amount of memory

17
New cards

What are the key components of a computer

CPU

Motherboard

RAM

18
New cards

What is the Idempotent Law

A.A = A

A +A = A

19
New cards

Level 1 cache is allocated to

1 single core


The fastest memory, but the smallest amount

20
New cards

To up from bytes to bits youโ€ฆ

Multiply by 8

21
New cards

How many calculations per second is 1GHz

1000MHz, which is 1,000,000,000 calculations per second

22
New cards

Binary shifting

Shifting is where all the numbers shift one place left or right.

23
New cards

PC

Program Counter

24
New cards

CIR

Current Instruction Register

25
New cards

ACC

Accumulator

26
New cards

MAR

Memory Address Register

27
New cards

MDR

Memory Data Register

28
New cards
<p>What is this</p>

What is this

NOT

29
New cards
<p>What is this?</p>

What is this?

XNOR

30
New cards
<p>What is this?</p>

What is this?

NOR

31
New cards
<p>What is this?</p>

What is this?

NAND

32
New cards
<p>What is this?</p>

What is this?

AND

33
New cards
<p>What is this?</p>

What is this?

XOR

34
New cards
<p>What is this</p>

What is this

OR

35
New cards

The distributive law

the wave thing, expanding

A + (B . C) = (A + B) . (A + C)


36
New cards

DeMorganโ€™s Law

Break the not symbol and change the sign

37
New cards

How are samples stored in computers

  1. Record analogue sound

  2. Convert to binary (analogue to digital conversion)

  3. Can be stored to create digital version


38
New cards

Benefit to ASCII set

It is simple and all American computers can easily and quickly communicate using 8 bits

39
New cards

Limitation to ASCII

It only supports American English, meaning other languages such as Japanese arenโ€™t supported.

40
New cards

Describe the relationship between a kilobit and kilobyte

1 KB = 8 Kb, Kb is used as a measurement for transfer speed, kilobytes is used to measure storage, there are 1024 B in 1KB, there are 1024b in 1Kb

41
New cards

State the effect of arithmetic shifts on 0011000 shift 2 places left/right

Left is multiplied by 4, right is divide by 4

42
New cards

IMAGE

Height x width x bit depth

43
New cards

SOUND

Bit rate x sample rate x length (s)

44
New cards

VIDEO

(Height x width x bit depth x frames per s) + (Sample Rate x Bit depth) X length of video in seconds

45
New cards

Possible amount of colours with 24 bits

2^24

46
New cards

The Complement Law

A AND NOT A is false, A OR NOT A is true

47
New cards

Presence Check

Checks data has been entered

48
New cards

Type check

Checks data is the correct data type

49
New cards

Length check

Checks the correct number of characters has been entered

50
New cards

Range check

Checks data is within a valid range

51
New cards

Format check

Checks the format of data

52
New cards

What is RISC

RISC (Reduced Instruction Set Computer) is a processor architecture that uses a small set of simple instructions that execute quickly, often is one clock cycle.

53
New cards

What is CISC

CISC (Complex Instruction Set Computer) is a processor architecture that uses a large set of Complex instructions, where a single instruction may perform multiple operations.

54
New cards

Environmental Impact of Disposing Hardware

Mining raw materials damages habitats (copper, lithium)

Factories produces chemical waste and pollution

55
New cards

Environmental Impact of Manufacturing Hardware

Old devices contain materials that damage the environment if not disposed of correctly (E-Waste)

Burning E-Waste can release harmful gasses

56
New cards

What are 6 software development tools that are usually integrated into IDEs?

Run (Compiler and Interpreter)

Editor

Libraries

Debugger

Break point

Auto indent

57
New cards

What is sound sampling

Sounds are stored on a computer by sampling sound at set intervals. The no. of samples taken per second is known as sample rate. Each sample is stored on a computer in binary, the more binary values available per second, the higher quality of sound (sample rate)


58
New cards

What is bit rate

Is storage required for 1 second of sound calculated from sample rate x bit depth. Sounds can also include different channels each channel is a different audio track. These are used for surround sound audio

59
New cards

Advantages of waterfall model

Used clear navigation and structure (clear)

Gain greater understanding form the beginning (progressively educating)

Has a project specific timeframe (punctual)

Can easily step into projects at different times (free)

Initiative and collaboration with team members

60
New cards

Disadvantages of waterfall model

Difficult to make changes (Not malleable)

Limited collaboration with clients

Only effective for smaller projects (no big)

Working models and testing do not take place until later changes

High risk on misunderstanding (misinterpretation)

61
New cards

Advantages of Agile Model

Adapts to change, making it easier to change requirements after the project is underway

Early error detection, which prevents complications later on in the project

Close user collaboration

62
New cards

Disadvantages of Agile Model

Limited documentation, making it harder for new members to the team

Harder to measure progress because as thereโ€™s no project specific timeframe

63
New cards

Advantages of spiral model

Software is produced early in development (productive)

Provides opportunities for early prototypes

Strongest for handling risk management (risk managing)

Can easily change requirements (malleable)

Better for large and more complicated systems (no small)

64
New cards

Disadvantages of spiral model

Expensive

Increases risk of scope creep

Can be difficult to estimate time scale (not punctual)

Requires higher level of expertise (you need to be smart first)

Can have fewer comprehensive documents