CompSystems 245 - Week 1 - Lecture 1, 2 and 3 - Number Systems

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/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:45 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Describe what is meant by a number system:

  • Definition

  • in reference to digital logic

  • why we use different number systems for digital systems


knowt flashcard image
2
New cards

Describe the Decimal Number system:

  • the digits

    • what each one represents

  • the range of an n-digit decimal number


knowt flashcard image
3
New cards

Describe the binary number system:

  • the digits

    • what each one represents

  • the range of an n digit binary number

  • why they are used for computers


knowt flashcard image
4
New cards

Describe the hexadecimal number system:

  • the digits

    • what each one represents

  • why its used


knowt flashcard image
5
New cards

Describe the conversion of numbers between hexadecimal, deanery and binary systems:

  • Write the first 15 numbers of each number system



knowt flashcard image
6
New cards

Describe how binary is represented in memory

  • Just a pattern of bits

  • the CPU determines what a pattern of bits in memory is


<ul><li><p>Just a pattern of bits</p></li><li><p>the CPU determines what a pattern of bits in memory is</p></li></ul><p></p>
7
New cards

Describe integers:

  • Range of signed and unsigned numbers depending on whether its a:

    • byte

    • half-word

    • word

    • double word


knowt flashcard image
8
New cards

Describe how integers are represented in 2s complement:

  • 2s complement

  • How the processor handles 2s complement bits



knowt flashcard image
9
New cards

Describe the C number types:

  • List them

    • their size

    • maximum values

    • minimum values


knowt flashcard image
10
New cards

Describe how the number types in C are defined:

  • their decleration

  • use of header files

  • how they are used in a source file


knowt flashcard image
11
New cards

Describe Floating point numbers:

  • Their purpose

  • How they are written

  • Breakdown of their bit pattern depending on size


knowt flashcard image
12
New cards

Describe characters in C:

  • what they are

  • the type of characters used

  • how they are defined and used


knowt flashcard image
13
New cards

Describe the special characters in C:

  • the special character

    • hexadecimal form

    • what they do


knowt flashcard image
14
New cards

Describe the null terminator in c strings:

  • What they do

  • what they are


knowt flashcard image
15
New cards

Describe the boolean data type in C:

  • how it is defined in C89

  • how to make use of it


knowt flashcard image
16
New cards

Describe the sizeof() operator:

  • what it returns depending on data type


knowt flashcard image