SlideShare a Scribd company logo
1 of 9
Al Karma Language School 
Computer Department 
Prep. 3 
Model 1 
Name: - ……………………. Class:- ……….. 
First: State whether the following statements are true (√ ) or false (X) 
1-Flowcharts use symbols and lines with arrows to represent an Algorithm ( 
) 
2-You can use any Geometric shape to represent Algorithms when drawing 
flowcharts 
( 
) 
3-Flowcharts can be drawn using software only and can’t be drawn on paper ( 
) 
4- The symbol………………..is used to represent both the start and the end 
(Terminal) 
( 
) 
5- The rectangle symbol represents only one processing operation ( 
) 
6- The flow of steps will always be from top to bottom or from left to right. ( 
) 
Second: Underline the correct answer (between brackets) 
1- A diagram that uses graphical symbols to illustrate the sequence of steps for solving a 
problem 
( Flowchart - Problem Solving - algorithm ) 
2- Which of the following symbols describe the decision-making processes in flowcharts 
( - - ) 
3- The objective or the specific output that we want to attain 
(Problem - Problem Solving - Algorithm ) 
4- Which of the following express the processing operation 
( - - )
Third: Answer This Quiestion:- 
Write down the Algorithm, and draw a flowchart to calculate the area of a 
circle whose radius “R” is known, bearing in mind that the equation of the 
area is: Area =3.14*R*R. 
 First: Define the problem 
Second: Algorithm Third: Flowchart 
Output: 
Input: 
Solution:
Al Karma Language School 
Computer Department 
Prep. 3 
Model 2 
Name: - ……………………. Class:- ……….. 
First: State whether the following statements are true (√ ) or false (X) 
1- The symbol …………….is used when a question has more than one alternative ( 
) 
2- Two paths (lines)should come out from the diamond … ………..symbol ( 
) 
3- The line with an arrow (flow line) should be from left to right or from top to 
bottom. 
( 
) 
4- The (Algorithm) is the first stage of Problem Solving ( 
) 
5-The rectangle symbol………………… represents only one processing ( 
) 
6-To draw “Flowcharts” you can use any Geometric shape for representing 
solution steps. 
( 
) 
Second: Underline the correct answer (between brackets) 
1-It is the blueprint, from which the individual objects, are created 
(Object – Function - Class) 
2-In the following formula C = A + B; C represent 
(Stored value– Variable ) 
3. Iterations and branching can be represented through 
(Flowchart - Algorithm - Problem Solving) 
4. The first stage of solving Problem 
(Solution steps - Define the Problem - Determine the input)
Third: Answer This Quiestion:- 
Draw a flowchart for a program that obtains a number from the user. Determine the 
number type (even or odd) and print the result. 
First: Define the problem 
Seco nd: Algorithm Third: Flowchart 
Output: 
Input: 
Solution:
Al Karma Language School 
Computer Department 
Prep. 3 
Model 3 
Name: - ……………………. Class:- ……….. 
First: State whether the following statements are true (√ ) or false (X) 
1 - At least two paths (branches)must come out from this shape ( 
) 
2 - The first stage of problem solving is the Algorithm ( 
) 
3 -Flowchart uses graphic symbols and lines to represent Problem solving steps . ( 
) 
4 -The symbol used to output more than one result on the screen or the printer 
is 
( 
) 
5 - The symbol………………….. is used to input and output. ( 
) 
6 - There aren’t special symbols with special meaning in flow chart. ( 
) 
Second: Underline the correct answer (between brackets) 
1- …………………. Block used to begin and end the flowchart. 
(Terminal – Decision) 
2- Only one flow line should come out or from a …………….. Block. 
(Process – Decision) 
3- Only one flow line should enter a …………………….. Block. 
(Flow line – Decision) 
4 - In the following formula X = Y + 3; Y represent 
(Stored value– Variable)
Third: Answer This Quiestion:- 
Write down the Algorithm, and draw a flowchart to enter two numbers, 
then Print “the largest is …? “and, “the smallest number is…? “. 
 First: Define the problem 
Output: print out “the largest number is …...? “– “the smaller number is ...…? “ 
Input: X, Y. 
Second: Algorithm Third: Flowchart 
Solution:
Al Karma Language School 
Computer Department 
Prep. 3 
Model 4 
Name: - ……………………. Class:- ……….. 
First: State whether the following statements are true (√ ) or false (X) 
1- program flowchart serve as good program documentation. ( 
) 
2- Every symbol has a meaning and permanent use in the entire flowchart and 
doesn’t change from one to another. 
( 
) 
3- To solve a problem, we must determine the proper algorithm by arranging the 
equations in correct sequance. 
( 
) 
4- Only one flow line should come out or from a process symple, and only one 
flow line is used in conjunction with terminal symbol. 
( 
) 
5- Only one flow line should enter a decision symbol, but two or three leave it ( 
) 
6-Ensure that the flowchart has a logical start and finish. ( 
) 
7-It is useful to test the validity of the flowchart by passing through it with a 
simple data. 
( 
) 
Second: Underline the correct answer (between brackets) 
1-The …………. Is the first stage of solving Problem. 
(Algorithm –Problem Definition –Program design) 
2- Which of the following express the processing operation 
3-In the following formula C = A + B; C represent 
(Stored value– Variable ) 
(Flowchart - Algorithm - Problem Solving)
4. Iterations and branching can be represented through
Third: Answer This Quiestion:- 
Draw a flowchart for a program that gets a temperature degree from the 
user, and print out the following results “Greater than zero” – “Less than 
zero” – “Equal zero”. 
 First: Define the problem 
Output: Print out “greater than zero” – “less than zero “- “equal zero”. 
Input: Degree Celsius “D”. 
Solution: The temperature degree entered will be compared to zero. 
Second: Algorithm Third: Flowchart

More Related Content

What's hot

Gauss elimination method
Gauss elimination methodGauss elimination method
Gauss elimination method
gilandio
 

What's hot (20)

Algorithms and flowcharts
Algorithms and flowchartsAlgorithms and flowcharts
Algorithms and flowcharts
 
Gauss elimination method
Gauss elimination methodGauss elimination method
Gauss elimination method
 
Graphics in C++
Graphics in C++Graphics in C++
Graphics in C++
 
Gauss Forward And Backward Central Difference Interpolation Formula
 Gauss Forward And Backward Central Difference Interpolation Formula  Gauss Forward And Backward Central Difference Interpolation Formula
Gauss Forward And Backward Central Difference Interpolation Formula
 
Program Logic and Design
Program Logic and DesignProgram Logic and Design
Program Logic and Design
 
Presentation on mini dictionary using C language
Presentation on  mini dictionary using C languagePresentation on  mini dictionary using C language
Presentation on mini dictionary using C language
 
Jacobi iteration method
Jacobi iteration methodJacobi iteration method
Jacobi iteration method
 
Calculator and how to make it using VB 6.0
Calculator and how to make it using VB 6.0Calculator and how to make it using VB 6.0
Calculator and how to make it using VB 6.0
 
C++ project
C++ projectC++ project
C++ project
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidel
 
E farming
E farmingE farming
E farming
 
Introduction to Computer theory (Automata Theory) 2nd Edition By Denial I.A. ...
Introduction to Computer theory (Automata Theory) 2nd Edition By Denial I.A. ...Introduction to Computer theory (Automata Theory) 2nd Edition By Denial I.A. ...
Introduction to Computer theory (Automata Theory) 2nd Edition By Denial I.A. ...
 
Booting & shut down,
Booting & shut down,Booting & shut down,
Booting & shut down,
 
Teach your kids how to program with Python and the Raspberry Pi
Teach your kids how to program with Python and the Raspberry PiTeach your kids how to program with Python and the Raspberry Pi
Teach your kids how to program with Python and the Raspberry Pi
 
Storage organization and stack allocation of space
Storage organization and stack allocation of spaceStorage organization and stack allocation of space
Storage organization and stack allocation of space
 
Bisection method
Bisection methodBisection method
Bisection method
 
1's and 2's complement
1's and 2's complement 1's and 2's complement
1's and 2's complement
 
Dbms lab manual
Dbms lab manualDbms lab manual
Dbms lab manual
 
Python Programming Essentials - M25 - os and sys modules
Python Programming Essentials - M25 - os and sys modulesPython Programming Essentials - M25 - os and sys modules
Python Programming Essentials - M25 - os and sys modules
 
Simple Calculator Flowchart
Simple Calculator FlowchartSimple Calculator Flowchart
Simple Calculator Flowchart
 

Viewers also liked

الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميلالفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
Amin Alam
 
Celestial bodies science اولى اعدادى marina gamil
Celestial bodies science اولى اعدادى marina gamilCelestial bodies science اولى اعدادى marina gamil
Celestial bodies science اولى اعدادى marina gamil
guest7377ab
 
سؤالن تجويد 2
سؤالن تجويد 2سؤالن تجويد 2
سؤالن تجويد 2
Opie Ct
 

Viewers also liked (20)

Computer
ComputerComputer
Computer
 
Prep2 computer midterm revision
Prep2 computer midterm revisionPrep2 computer midterm revision
Prep2 computer midterm revision
 
50 exams 1p s2
50 exams 1p s250 exams 1p s2
50 exams 1p s2
 
Prep 3 mid term1
Prep 3 mid term1 Prep 3 mid term1
Prep 3 mid term1
 
أسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثاني
أسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثانيأسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثاني
أسئلة وإجابتها علي منهج الصف الثالث الاعدادي فصل دراسي ثاني
 
( التيرم الثانى فى الصف الثالث الإعدادى حاسب آلى (حلول أسئلة واختبارات الكتاب
 ( التيرم  الثانى فى الصف الثالث الإعدادى  حاسب آلى (حلول أسئلة واختبارات الكتاب ( التيرم  الثانى فى الصف الثالث الإعدادى  حاسب آلى (حلول أسئلة واختبارات الكتاب
( التيرم الثانى فى الصف الثالث الإعدادى حاسب آلى (حلول أسئلة واختبارات الكتاب
 
حاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتي
حاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتيحاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتي
حاسب الألي للصف الثالث الإعدادي 2017 - موقع ملزمتي
 
Final 3rd Prep
Final 3rd PrepFinal 3rd Prep
Final 3rd Prep
 
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميلالفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
الفصل الثاني (التفرع ) للصف الثالث الاعدادي للتحميل
 
Tese 6p t1
Tese 6p t1Tese 6p t1
Tese 6p t1
 
لسه منشورين حالا اليوم : اختباران جديدان للصف الرابع عربى طبقا للمواصفات ال...
 لسه منشورين حالا اليوم : اختباران جديدان  للصف الرابع عربى طبقا للمواصفات ال... لسه منشورين حالا اليوم : اختباران جديدان  للصف الرابع عربى طبقا للمواصفات ال...
لسه منشورين حالا اليوم : اختباران جديدان للصف الرابع عربى طبقا للمواصفات ال...
 
جدول امتحانات القليوبية الفصل الدراسى الاول2016
جدول امتحانات القليوبية الفصل الدراسى الاول2016  جدول امتحانات القليوبية الفصل الدراسى الاول2016
جدول امتحانات القليوبية الفصل الدراسى الاول2016
 
2ب ت 1 Arabic
 2ب ت 1 Arabic 2ب ت 1 Arabic
2ب ت 1 Arabic
 
Celestial bodies science اولى اعدادى marina gamil
Celestial bodies science اولى اعدادى marina gamilCelestial bodies science اولى اعدادى marina gamil
Celestial bodies science اولى اعدادى marina gamil
 
سؤالن تجويد 2
سؤالن تجويد 2سؤالن تجويد 2
سؤالن تجويد 2
 
المنطق 2ث 2015
المنطق 2ث 2015المنطق 2ث 2015
المنطق 2ث 2015
 
الفصل الثانى
الفصل الثانىالفصل الثانى
الفصل الثانى
 
مراجعة ليلة الامتحان هندسة ترم اول 2016 للاول الاعدادى اهداء مذكرات تعليمية
مراجعة ليلة الامتحان هندسة ترم اول 2016  للاول الاعدادى اهداء مذكرات تعليميةمراجعة ليلة الامتحان هندسة ترم اول 2016  للاول الاعدادى اهداء مذكرات تعليمية
مراجعة ليلة الامتحان هندسة ترم اول 2016 للاول الاعدادى اهداء مذكرات تعليمية
 
ماذا تقرأ ليلة الامتحان ؟ علوم 1 ع ترم 2 جديد 2016 الخلاصة
ماذا تقرأ ليلة الامتحان ؟ علوم 1 ع  ترم 2 جديد 2016 الخلاصةماذا تقرأ ليلة الامتحان ؟ علوم 1 ع  ترم 2 جديد 2016 الخلاصة
ماذا تقرأ ليلة الامتحان ؟ علوم 1 ع ترم 2 جديد 2016 الخلاصة
 
12 امتحان للصف الثاني الاعدادي لعام 2016 لغة انجليزية والملفات كلها وورد وكل...
12 امتحان للصف الثاني الاعدادي لعام 2016 لغة انجليزية  والملفات كلها وورد وكل...12 امتحان للصف الثاني الاعدادي لعام 2016 لغة انجليزية  والملفات كلها وورد وكل...
12 امتحان للصف الثاني الاعدادي لعام 2016 لغة انجليزية والملفات كلها وورد وكل...
 

Similar to Prep3 computer midterm revision

More instructions for the lab write-up1) You are not obli.docx
More instructions for the lab write-up1) You are not obli.docxMore instructions for the lab write-up1) You are not obli.docx
More instructions for the lab write-up1) You are not obli.docx
gilpinleeanna
 

Similar to Prep3 computer midterm revision (20)

Class program and uml in c++
Class program and uml in c++Class program and uml in c++
Class program and uml in c++
 
Lecture1-Algorithms-and-Flowcharts-ppt.ppt
Lecture1-Algorithms-and-Flowcharts-ppt.pptLecture1-Algorithms-and-Flowcharts-ppt.ppt
Lecture1-Algorithms-and-Flowcharts-ppt.ppt
 
algorithms and flow chart overview.pdf
algorithms and flow chart overview.pdfalgorithms and flow chart overview.pdf
algorithms and flow chart overview.pdf
 
Basic Slides on Algorithms and Flowcharts
Basic Slides on Algorithms and FlowchartsBasic Slides on Algorithms and Flowcharts
Basic Slides on Algorithms and Flowcharts
 
1. Ch_1 SL_1_Intro to Matlab.pptx
1. Ch_1 SL_1_Intro to Matlab.pptx1. Ch_1 SL_1_Intro to Matlab.pptx
1. Ch_1 SL_1_Intro to Matlab.pptx
 
AlgorithmAndFlowChart.pdf
AlgorithmAndFlowChart.pdfAlgorithmAndFlowChart.pdf
AlgorithmAndFlowChart.pdf
 
Chapter one
Chapter oneChapter one
Chapter one
 
256958.ppt
256958.ppt256958.ppt
256958.ppt
 
Es272 ch1
Es272 ch1Es272 ch1
Es272 ch1
 
February 16 2016
February 16 2016February 16 2016
February 16 2016
 
A complete introduction on matlab and matlab's projects
A complete introduction on matlab and matlab's projectsA complete introduction on matlab and matlab's projects
A complete introduction on matlab and matlab's projects
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
 
Csci101 lect03 algorithms_i
Csci101 lect03 algorithms_iCsci101 lect03 algorithms_i
Csci101 lect03 algorithms_i
 
More instructions for the lab write-up1) You are not obli.docx
More instructions for the lab write-up1) You are not obli.docxMore instructions for the lab write-up1) You are not obli.docx
More instructions for the lab write-up1) You are not obli.docx
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Cp module 2
Cp module 2Cp module 2
Cp module 2
 
Mmc manual
Mmc manualMmc manual
Mmc manual
 
01 Algorithms And Flowcharts.ppt
01 Algorithms And Flowcharts.ppt01 Algorithms And Flowcharts.ppt
01 Algorithms And Flowcharts.ppt
 
Maple
MapleMaple
Maple
 
Palm m3 chapter1b
Palm m3 chapter1bPalm m3 chapter1b
Palm m3 chapter1b
 

More from أمنية وجدى

More from أمنية وجدى (20)

اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
 
قواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائيةقواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائية
 
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
 
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
 
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
 
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت
 2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت  2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت
 
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأولبوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
 
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
 
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
 
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
 
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
 
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدىمذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
 
كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017
 
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
 
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
 
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
 
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العاممذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
 
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
 
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...
 
نماذج اختبارات الرياضيات الصف الثالث الابتدائي النظام الجديد حسب المواصفات ال...
نماذج اختبارات الرياضيات الصف الثالث الابتدائي النظام الجديد حسب المواصفات ال...نماذج اختبارات الرياضيات الصف الثالث الابتدائي النظام الجديد حسب المواصفات ال...
نماذج اختبارات الرياضيات الصف الثالث الابتدائي النظام الجديد حسب المواصفات ال...
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
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
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
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.
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 

Prep3 computer midterm revision

  • 1. Al Karma Language School Computer Department Prep. 3 Model 1 Name: - ……………………. Class:- ……….. First: State whether the following statements are true (√ ) or false (X) 1-Flowcharts use symbols and lines with arrows to represent an Algorithm ( ) 2-You can use any Geometric shape to represent Algorithms when drawing flowcharts ( ) 3-Flowcharts can be drawn using software only and can’t be drawn on paper ( ) 4- The symbol………………..is used to represent both the start and the end (Terminal) ( ) 5- The rectangle symbol represents only one processing operation ( ) 6- The flow of steps will always be from top to bottom or from left to right. ( ) Second: Underline the correct answer (between brackets) 1- A diagram that uses graphical symbols to illustrate the sequence of steps for solving a problem ( Flowchart - Problem Solving - algorithm ) 2- Which of the following symbols describe the decision-making processes in flowcharts ( - - ) 3- The objective or the specific output that we want to attain (Problem - Problem Solving - Algorithm ) 4- Which of the following express the processing operation ( - - )
  • 2. Third: Answer This Quiestion:- Write down the Algorithm, and draw a flowchart to calculate the area of a circle whose radius “R” is known, bearing in mind that the equation of the area is: Area =3.14*R*R.  First: Define the problem Second: Algorithm Third: Flowchart Output: Input: Solution:
  • 3. Al Karma Language School Computer Department Prep. 3 Model 2 Name: - ……………………. Class:- ……….. First: State whether the following statements are true (√ ) or false (X) 1- The symbol …………….is used when a question has more than one alternative ( ) 2- Two paths (lines)should come out from the diamond … ………..symbol ( ) 3- The line with an arrow (flow line) should be from left to right or from top to bottom. ( ) 4- The (Algorithm) is the first stage of Problem Solving ( ) 5-The rectangle symbol………………… represents only one processing ( ) 6-To draw “Flowcharts” you can use any Geometric shape for representing solution steps. ( ) Second: Underline the correct answer (between brackets) 1-It is the blueprint, from which the individual objects, are created (Object – Function - Class) 2-In the following formula C = A + B; C represent (Stored value– Variable ) 3. Iterations and branching can be represented through (Flowchart - Algorithm - Problem Solving) 4. The first stage of solving Problem (Solution steps - Define the Problem - Determine the input)
  • 4. Third: Answer This Quiestion:- Draw a flowchart for a program that obtains a number from the user. Determine the number type (even or odd) and print the result. First: Define the problem Seco nd: Algorithm Third: Flowchart Output: Input: Solution:
  • 5. Al Karma Language School Computer Department Prep. 3 Model 3 Name: - ……………………. Class:- ……….. First: State whether the following statements are true (√ ) or false (X) 1 - At least two paths (branches)must come out from this shape ( ) 2 - The first stage of problem solving is the Algorithm ( ) 3 -Flowchart uses graphic symbols and lines to represent Problem solving steps . ( ) 4 -The symbol used to output more than one result on the screen or the printer is ( ) 5 - The symbol………………….. is used to input and output. ( ) 6 - There aren’t special symbols with special meaning in flow chart. ( ) Second: Underline the correct answer (between brackets) 1- …………………. Block used to begin and end the flowchart. (Terminal – Decision) 2- Only one flow line should come out or from a …………….. Block. (Process – Decision) 3- Only one flow line should enter a …………………….. Block. (Flow line – Decision) 4 - In the following formula X = Y + 3; Y represent (Stored value– Variable)
  • 6. Third: Answer This Quiestion:- Write down the Algorithm, and draw a flowchart to enter two numbers, then Print “the largest is …? “and, “the smallest number is…? “.  First: Define the problem Output: print out “the largest number is …...? “– “the smaller number is ...…? “ Input: X, Y. Second: Algorithm Third: Flowchart Solution:
  • 7. Al Karma Language School Computer Department Prep. 3 Model 4 Name: - ……………………. Class:- ……….. First: State whether the following statements are true (√ ) or false (X) 1- program flowchart serve as good program documentation. ( ) 2- Every symbol has a meaning and permanent use in the entire flowchart and doesn’t change from one to another. ( ) 3- To solve a problem, we must determine the proper algorithm by arranging the equations in correct sequance. ( ) 4- Only one flow line should come out or from a process symple, and only one flow line is used in conjunction with terminal symbol. ( ) 5- Only one flow line should enter a decision symbol, but two or three leave it ( ) 6-Ensure that the flowchart has a logical start and finish. ( ) 7-It is useful to test the validity of the flowchart by passing through it with a simple data. ( ) Second: Underline the correct answer (between brackets) 1-The …………. Is the first stage of solving Problem. (Algorithm –Problem Definition –Program design) 2- Which of the following express the processing operation 3-In the following formula C = A + B; C represent (Stored value– Variable ) (Flowchart - Algorithm - Problem Solving)
  • 8. 4. Iterations and branching can be represented through
  • 9. Third: Answer This Quiestion:- Draw a flowchart for a program that gets a temperature degree from the user, and print out the following results “Greater than zero” – “Less than zero” – “Equal zero”.  First: Define the problem Output: Print out “greater than zero” – “less than zero “- “equal zero”. Input: Degree Celsius “D”. Solution: The temperature degree entered will be compared to zero. Second: Algorithm Third: Flowchart