SlideShare a Scribd company logo
1 of 4
Download to read offline
Computer – Third Prep. – Second term
Chapter One
Representation of data
First Question:
Complete
Youssef wanted to calculate area of a circle so h wrote the following
program:
Const Pi As Single = 3.14
Dim R As Single
Dim Area As Double
R = 1000
Area = Pi * R * R
MsgBox( Area )
1. Youssef used the numeric variable R of type … to store the value ….
2. He used also numeric constant … of the data type single to store the
value ….
3. Youssef used the numeric variable … of data type …to store … which
is equal to Pi*R2
.
4. Numeric variable was declared using the keyword (Dim), the constant
Pi was declared using the keyword ….
1 Single 1000
2 Pi 3.14
3 Area Double
Second question:
Choose the correct answer:
(Dim, Const, String, Single)
1. Khaled wanted to calculate total grade of a student so he declared
numeric variables using the word…
2. He used a variable of data type …. To store student name.
3. He used a variable of data type… to store the total grade.
1 2 3
Dim String Single
Question three:
Choose the correct Answer:
1. The numeric variable that stores only whole numbers from 0 – 255
is of data type (Byte – Integer – String)
2. A variable of type (Boolean – Integer – String) stores the values
truefalse.
3. To store a digit with decimal points(fractions) we use a variable of
data type (Integer – Short – Single).
4. To store whole numbers only we use a variable of data type
(Single – Double Integer).
5. One of the variable naming rules is that the name has
( to start with 9Digit – Letter – Any symbol).
6. The word (Dim – Const – End) is used to declare variables.
7. The word (Dim – Const – End) is used to declare constants in a
program.
8. The command (Const/As – Din/As – Try/Catch) to discover
program errors and to deal with it.
9. On executing the equation (4*3+2), the result will be (9 - 20 - 14).
10.The result of the arithmetic operation (2^3+1) is (10 – 16 – 9).
1 2 3 4 5 6 7 8 9 10
Byte Boolean Single Integer Letter Dim Const TryCatch 14 9
Fourth Question:
Put () or (X):
1. Data stores that can change their values during program execution are
called variables ( )
2. Data stores that can change values during program execution are
called constants
( ).
3. Variable of type integer can store whole numbers from 0 to 255 ( ).
4. Variables of data type byte stores whole numbers from 0 to 255 ( ).
5. Boolean variables stores the values “true” or “false” ( ).
6. To store fractional numeric values we use types Integer or Short ( ).
7. To store numeric values with fractions we use the data types Double
or Single ( ).
8. One of the variable naming rules is to start the name with a letter ( ).
9. The words (Dim, Integer or Double) can be used as variable names
( ).
10.The word “Dim” is used to declare variables inside the program ( ).
11.The word “Const” is used to declare constants inside the program ( ).
12.Commands (Try/Catch) are used to discover and deal with program
errors ( ).
13.From Precedence rules is Addition precedes division on program
execution ( ).
14.From Precedence operation is that multiplication operation precedes
subtraction operation on program execution ( ).
15.Executing Brackets precedes other operation on program execution ( ).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 x x   x   x  x  x  

More Related Content

What's hot

C programming session 11
C programming session 11C programming session 11
C programming session 11
Dushmanta Nath
 
C programming session 07
C programming session 07C programming session 07
C programming session 07
Dushmanta Nath
 
C interview-questions-techpreparation
C interview-questions-techpreparationC interview-questions-techpreparation
C interview-questions-techpreparation
Kushaal Singla
 
C programming session 05
C programming session 05C programming session 05
C programming session 05
Vivek Singh
 
Cpu-fundamental of C
Cpu-fundamental of CCpu-fundamental of C
Cpu-fundamental of C
Suchit Patel
 

What's hot (20)

Input processing and output in Python
Input processing and output in PythonInput processing and output in Python
Input processing and output in Python
 
C Programming Assignment
C Programming AssignmentC Programming Assignment
C Programming Assignment
 
C programming part4
C programming part4C programming part4
C programming part4
 
Assignment c programming
Assignment c programmingAssignment c programming
Assignment c programming
 
C programming session 11
C programming session 11C programming session 11
C programming session 11
 
Lesson 17. Pattern 9. Mixed arithmetic
Lesson 17. Pattern 9. Mixed arithmeticLesson 17. Pattern 9. Mixed arithmetic
Lesson 17. Pattern 9. Mixed arithmetic
 
Python
PythonPython
Python
 
Pointers
PointersPointers
Pointers
 
C language
C languageC language
C language
 
JAVA PROGRAMMING : Data types
JAVA PROGRAMMING : Data typesJAVA PROGRAMMING : Data types
JAVA PROGRAMMING : Data types
 
C programming session 07
C programming session 07C programming session 07
C programming session 07
 
C interview-questions-techpreparation
C interview-questions-techpreparationC interview-questions-techpreparation
C interview-questions-techpreparation
 
Programming construction tools
Programming construction toolsProgramming construction tools
Programming construction tools
 
C programming session 05
C programming session 05C programming session 05
C programming session 05
 
Strings-Computer programming
Strings-Computer programmingStrings-Computer programming
Strings-Computer programming
 
Data type in c
Data type in cData type in c
Data type in c
 
[ITP - Lecture 04] Variables and Constants in C/C++
[ITP - Lecture 04] Variables and Constants in C/C++[ITP - Lecture 04] Variables and Constants in C/C++
[ITP - Lecture 04] Variables and Constants in C/C++
 
Data Handling
Data HandlingData Handling
Data Handling
 
Cpu-fundamental of C
Cpu-fundamental of CCpu-fundamental of C
Cpu-fundamental of C
 
Getting started with c++
Getting started with c++Getting started with c++
Getting started with c++
 

Viewers also liked

الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميلالفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
Amin Alam
 

Viewers also liked (15)

Prep3 computer midterm revision
Prep3 computer midterm revisionPrep3 computer midterm revision
Prep3 computer midterm revision
 
نماذج أسئلة مراجعة للصف الثالث الإعدادي
نماذج أسئلة مراجعة للصف الثالث الإعدادينماذج أسئلة مراجعة للصف الثالث الإعدادي
نماذج أسئلة مراجعة للصف الثالث الإعدادي
 
أسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثاني
أسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثانيأسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثاني
أسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثاني
 
الفصل الأول البيانات بالكامل الترم الثانى
الفصل الأول  البيانات بالكامل الترم الثانى الفصل الأول  البيانات بالكامل الترم الثانى
الفصل الأول البيانات بالكامل الترم الثانى
 
Prep2 computer midterm revision
Prep2 computer midterm revisionPrep2 computer midterm revision
Prep2 computer midterm revision
 
Prep 3 mid term1
Prep 3 mid term1 Prep 3 mid term1
Prep 3 mid term1
 
( التيرم الثانى فى الصف الثالث الإعدادى حاسب آلى (حلول أسئلة واختبارات الكتاب
 ( التيرم  الثانى فى الصف الثالث الإعدادى  حاسب آلى (حلول أسئلة واختبارات الكتاب ( التيرم  الثانى فى الصف الثالث الإعدادى  حاسب آلى (حلول أسئلة واختبارات الكتاب
( التيرم الثانى فى الصف الثالث الإعدادى حاسب آلى (حلول أسئلة واختبارات الكتاب
 
Final 3rd Prep
Final 3rd PrepFinal 3rd Prep
Final 3rd Prep
 
مذكرة الترم الثانى
مذكرة الترم الثانىمذكرة الترم الثانى
مذكرة الترم الثانى
 
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميلالفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
 
الفصل الثانى
الفصل الثانىالفصل الثانى
الفصل الثانى
 
حاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتي
حاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتيحاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتي
حاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتي
 
50 exams 1p s2
50 exams 1p s250 exams 1p s2
50 exams 1p s2
 
Computer generation
Computer generationComputer generation
Computer generation
 
الرسالة كاملة"فاعلية استراتيجية على استخدام الشبكات الاجتماعية لتنمية التحصيل...
الرسالة كاملة"فاعلية استراتيجية على استخدام الشبكات الاجتماعية لتنمية التحصيل...الرسالة كاملة"فاعلية استراتيجية على استخدام الشبكات الاجتماعية لتنمية التحصيل...
الرسالة كاملة"فاعلية استراتيجية على استخدام الشبكات الاجتماعية لتنمية التحصيل...
 

Similar to Computer

OverviewThis hands-on lab allows you to follow and experiment w.docx
OverviewThis hands-on lab allows you to follow and experiment w.docxOverviewThis hands-on lab allows you to follow and experiment w.docx
OverviewThis hands-on lab allows you to follow and experiment w.docx
gerardkortney
 
Aae oop xp_05
Aae oop xp_05Aae oop xp_05
Aae oop xp_05
Niit Care
 
C programming perso notes
C programming perso notesC programming perso notes
C programming perso notes
Melanie Tsopze
 
Advanced VB: Review of the basics
Advanced VB: Review of the basicsAdvanced VB: Review of the basics
Advanced VB: Review of the basics
robertbenard
 
Advanced VB: Review of the basics
Advanced VB: Review of the basicsAdvanced VB: Review of the basics
Advanced VB: Review of the basics
robertbenard
 

Similar to Computer (20)

Lecture_01.2.pptx
Lecture_01.2.pptxLecture_01.2.pptx
Lecture_01.2.pptx
 
Numerical data.
Numerical data.Numerical data.
Numerical data.
 
3.5
3.53.5
3.5
 
OverviewThis hands-on lab allows you to follow and experiment w.docx
OverviewThis hands-on lab allows you to follow and experiment w.docxOverviewThis hands-on lab allows you to follow and experiment w.docx
OverviewThis hands-on lab allows you to follow and experiment w.docx
 
Aae oop xp_05
Aae oop xp_05Aae oop xp_05
Aae oop xp_05
 
C programming perso notes
C programming perso notesC programming perso notes
C programming perso notes
 
Visual Basic Review - ICA
Visual Basic Review - ICAVisual Basic Review - ICA
Visual Basic Review - ICA
 
Python breakdown-workbook
Python breakdown-workbookPython breakdown-workbook
Python breakdown-workbook
 
Basic c# cheat sheet
Basic c# cheat sheetBasic c# cheat sheet
Basic c# cheat sheet
 
C# basics
C# basicsC# basics
C# basics
 
Python Programming Module 3 (2).pdf
Python Programming Module 3 (2).pdfPython Programming Module 3 (2).pdf
Python Programming Module 3 (2).pdf
 
CIS 1403 Lab 2- Data Types and Variables
CIS 1403 Lab 2- Data Types and VariablesCIS 1403 Lab 2- Data Types and Variables
CIS 1403 Lab 2- Data Types and Variables
 
C++ lecture 01
C++   lecture 01C++   lecture 01
C++ lecture 01
 
DITEC - Programming with C#.NET
DITEC - Programming with C#.NETDITEC - Programming with C#.NET
DITEC - Programming with C#.NET
 
Introduction to Basic C programming 01
Introduction to Basic C programming 01Introduction to Basic C programming 01
Introduction to Basic C programming 01
 
Advanced VB: Review of the basics
Advanced VB: Review of the basicsAdvanced VB: Review of the basics
Advanced VB: Review of the basics
 
Advanced VB: Review of the basics
Advanced VB: Review of the basicsAdvanced VB: Review of the basics
Advanced VB: Review of the basics
 
02. Data Types and variables
02. Data Types and variables02. Data Types and variables
02. Data Types and variables
 
Beginner C++ easy slide and simple definition with questions
Beginner C++ easy slide and simple definition with questions Beginner C++ easy slide and simple definition with questions
Beginner C++ easy slide and simple definition with questions
 
pythonQuick.pdf
pythonQuick.pdfpythonQuick.pdf
pythonQuick.pdf
 

More from Hanaa Ahmed

الفصل السادس
الفصل السادسالفصل السادس
الفصل السادس
Hanaa Ahmed
 

More from Hanaa Ahmed (20)

الفصل الثالث
الفصل الثالثالفصل الثالث
الفصل الثالث
 
2
22
2
 
تدربيات الفصل الثانى
تدربيات الفصل الثانىتدربيات الفصل الثانى
تدربيات الفصل الثانى
 
الفصل الرابع
الفصل الرابعالفصل الرابع
الفصل الرابع
 
الفصل الخامس
الفصل الخامسالفصل الخامس
الفصل الخامس
 
C. V Hanaa Ahmed
C. V Hanaa AhmedC. V Hanaa Ahmed
C. V Hanaa Ahmed
 
الفصل الأول فى الصف الأول الأعد
الفصل الأول فى الصف الأول الأعدالفصل الأول فى الصف الأول الأعد
الفصل الأول فى الصف الأول الأعد
 
الفصل السادس
الفصل السادسالفصل السادس
الفصل السادس
 
مذكرة الترم الثانى الاكسيل
مذكرة الترم الثانى الاكسيل مذكرة الترم الثانى الاكسيل
مذكرة الترم الثانى الاكسيل
 
الفصل السادس
الفصل السادسالفصل السادس
الفصل السادس
 
الفصل الخامس
الفصل الخامسالفصل الخامس
الفصل الخامس
 
الفصل الرابع
الفصل الرابعالفصل الرابع
الفصل الرابع
 
الفصل الثالث
الفصل الثالثالفصل الثالث
الفصل الثالث
 
الاكسيل الفصل الثانى
الاكسيل الفصل الثانىالاكسيل الفصل الثانى
الاكسيل الفصل الثانى
 
ماهية برنامج الإكسيل
ماهية برنامج الإكسيلماهية برنامج الإكسيل
ماهية برنامج الإكسيل
 
الصف الثانى الاعدادى ترم تانى هناء
الصف الثانى الاعدادى ترم تانى هناءالصف الثانى الاعدادى ترم تانى هناء
الصف الثانى الاعدادى ترم تانى هناء
 
الدرس الأول أنواع البيانات فى منهج الصف الثالث الإعدادى الترم الثانى
الدرس الأول أنواع البيانات فى منهج الصف الثالث الإعدادى الترم الثانىالدرس الأول أنواع البيانات فى منهج الصف الثالث الإعدادى الترم الثانى
الدرس الأول أنواع البيانات فى منهج الصف الثالث الإعدادى الترم الثانى
 
تحضير المنهج الصف الثالث ترم تانى
تحضير المنهج الصف الثالث ترم تانىتحضير المنهج الصف الثالث ترم تانى
تحضير المنهج الصف الثالث ترم تانى
 
حاسب الى 3 ع ملخص الترم الثانى
حاسب الى 3 ع ملخص الترم الثانى حاسب الى 3 ع ملخص الترم الثانى
حاسب الى 3 ع ملخص الترم الثانى
 
الجزء العملى فى منهج الصف الثالث الإعدادى Visual Basic.Net 2005
الجزء العملى فى منهج الصف الثالث الإعدادى Visual Basic.Net 2005الجزء العملى فى منهج الصف الثالث الإعدادى Visual Basic.Net 2005
الجزء العملى فى منهج الصف الثالث الإعدادى Visual Basic.Net 2005
 

Recently uploaded

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 

Computer

  • 1. Computer – Third Prep. – Second term Chapter One Representation of data First Question: Complete Youssef wanted to calculate area of a circle so h wrote the following program: Const Pi As Single = 3.14 Dim R As Single Dim Area As Double R = 1000 Area = Pi * R * R MsgBox( Area ) 1. Youssef used the numeric variable R of type … to store the value …. 2. He used also numeric constant … of the data type single to store the value …. 3. Youssef used the numeric variable … of data type …to store … which is equal to Pi*R2 . 4. Numeric variable was declared using the keyword (Dim), the constant Pi was declared using the keyword …. 1 Single 1000 2 Pi 3.14 3 Area Double
  • 2. Second question: Choose the correct answer: (Dim, Const, String, Single) 1. Khaled wanted to calculate total grade of a student so he declared numeric variables using the word… 2. He used a variable of data type …. To store student name. 3. He used a variable of data type… to store the total grade. 1 2 3 Dim String Single
  • 3. Question three: Choose the correct Answer: 1. The numeric variable that stores only whole numbers from 0 – 255 is of data type (Byte – Integer – String) 2. A variable of type (Boolean – Integer – String) stores the values truefalse. 3. To store a digit with decimal points(fractions) we use a variable of data type (Integer – Short – Single). 4. To store whole numbers only we use a variable of data type (Single – Double Integer). 5. One of the variable naming rules is that the name has ( to start with 9Digit – Letter – Any symbol). 6. The word (Dim – Const – End) is used to declare variables. 7. The word (Dim – Const – End) is used to declare constants in a program. 8. The command (Const/As – Din/As – Try/Catch) to discover program errors and to deal with it. 9. On executing the equation (4*3+2), the result will be (9 - 20 - 14). 10.The result of the arithmetic operation (2^3+1) is (10 – 16 – 9). 1 2 3 4 5 6 7 8 9 10 Byte Boolean Single Integer Letter Dim Const TryCatch 14 9
  • 4. Fourth Question: Put () or (X): 1. Data stores that can change their values during program execution are called variables ( ) 2. Data stores that can change values during program execution are called constants ( ). 3. Variable of type integer can store whole numbers from 0 to 255 ( ). 4. Variables of data type byte stores whole numbers from 0 to 255 ( ). 5. Boolean variables stores the values “true” or “false” ( ). 6. To store fractional numeric values we use types Integer or Short ( ). 7. To store numeric values with fractions we use the data types Double or Single ( ). 8. One of the variable naming rules is to start the name with a letter ( ). 9. The words (Dim, Integer or Double) can be used as variable names ( ). 10.The word “Dim” is used to declare variables inside the program ( ). 11.The word “Const” is used to declare constants inside the program ( ). 12.Commands (Try/Catch) are used to discover and deal with program errors ( ). 13.From Precedence rules is Addition precedes division on program execution ( ). 14.From Precedence operation is that multiplication operation precedes subtraction operation on program execution ( ). 15.Executing Brackets precedes other operation on program execution ( ). 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  x x   x   x  x  x  