Monday, September 19, 2022

 GROUP MEMBERS


         NAME :                                                                               INDEX NUMBERS

1.      DONKOR MAVIS                                                                                          5191040090

2.      BOATENG VICTOR AGYENIM                                                                5191040087

3.      APPAU BERNICE                                                                                         5191040088

4.      KARIKARI SERWAAH AFIA                                                                     5191040086

5.      JEDIDIAH AFFUL                                                                                        5191040089

HELLO AND WELCOME BACK TO CLASS

           

COURSE TITLE:           APPLICATION OF IT IN EDUCATION                    

LECTURER:                   DR. ADASA NKRUMAH K.F         

CLASS:                             ITE LEVEL 300A

DEPARTMENT:             INFORMATION TECHNOLOGY EDUCATION

GROUP:                          GROUP 49




By the end of the lesson, the student should be able to:


1.      1. Explain data types correctly without looking into the book.


2.      2. State at least one difference between a float data type and an int data type accurately without making any reference.


3.      3. Compare the differences and the similarities between string and character data types without any assistance from colleagues.

 INTRODUCTION


September 08, 2022

Good morning students and welcome to todays lesson, we are all familiar with the English  Alphabets, Numbers and Figures

So, what are:

 Alphabets ?

Numbers ?

Figures ?


SEE ANSWERS BELOW: 

 Alphabets are set of letters or symbols in a fixed order used to represent the basic set of speech sounds of a language, especially the set of letters from A to Z.



























figures.

Numbers are an arithmetical value, expressed by a word, symbol, or figure, representing a particular quantity and used in counting and making calculations.

  1. Figures are numbers, especially one which forms part of official statistics or relates to the financial performance of a company.

    STEP 1

    Our topic for today is input devices. 

    A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error. 


    A string, for example, is a data type that is used to classify text and an integer is a data type used to classify whole numbers.


    EXAMPLES OF DATA TYPES





     STEP 2

    Below is a video on the differences between a float data type and an int data type with examples.


    CLICK AND WATCH THE VIDEO

    STEP 3

    The primary distinction between a character and a string is that a character is a single letter, number, space, punctuation mark, or symbol that may be represented on a computer, whereas a string is a collection of characters.

    The char data type in the C programming language can be used to store both character values and string values. In addition, the ASCII and Extended ASCII standards specify the characters that can be represented by a digital representation in a computer.

    Let us look at some example of  Data Types their uses and examples in the table below:

    Data Type

    Used for

    Example

    String

    Alphanumeric characters

    hello world, Alice, Bob123

    Integer

    Whole numbers

    7, 12, 999

    Float (floating point)

    Number with a decimal point

    3.15, 9.06, 00.13

    Character

    Encoding text numerically

    97 (in ASCII, 97 is a lower case 'a')

    Boolean

    Representing logical values

    TRUE, FALSE

 GROUP MEMBERS          NAME :                                                                                  INDEX NUMBERS 1.       DO...