D computational thinking

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Explain why an object is an example of abstraction?

an object hides the details; yet preserves the functionality

2
New cards

Outline the relationship between binary and hexadecimal

While binary numbers are base2 hexadecimal numbers are base 16 (24)

Each hexadecimal digit can be represented by four binary digits

3
New cards

State three advantages of using sub-programs in solving programming problems.

a difficult prgram can be divided into smaller parts

sub programs can be used multiple times

sub programs can be written independently of the major code

the sub program can be tested independently

easier to maintain

4
New cards

At the end of the day, sales transaction data is sent to the central computer at the company headquarters
What processing should be carried out at the company headquarters?

Updating inventory database

Storing transactions for later auditing

Producing reports

Re-pricing

Batch processing takes place