Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
2K views
10 pages
Event-Driven Programming MCQ Worksheet For Exit Exam 2015@
Uploaded by
Dibora Birhanu
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save Event-Driven Programming MCQ Worksheet for Exit Ex... For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
2K views
10 pages
Event-Driven Programming MCQ Worksheet For Exit Exam 2015@
Uploaded by
Dibora Birhanu
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Event-Driven Programming MCQ Worksheet for Exit Ex... For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 10
Search
Fullscreen
WACHEMO UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING AND INFORMATICS. DEPARTMENT OF INFORMATION TECHNOLOGY EVENT DRIVEM PROGRAMMING MODEL EXAM. TARGET GROUP 4™ YEAR IT REGULAR STUDENTS Time Allowed: 2:00 hours NAME, ID_N section GENERAL DIRECTIONS: v Read the questions carefully and put your answer on the provided spaces only. Ambiguous and unclear answers will not valid. Any kind of cheating will disqualify your results, DO NOT TURN ON THE COVER PAGE UNTIL YOU TOLD TO DO SO. vvyPart 1 Choice the correct answer from the given altematives, 1, Software is defined as a) set of programs, documentation & configuration of data b) set of programs ¢) Documentation and configuration of data d) None of the mentioned 2. What is Software Engineering? a) Designing a software b) Testing a software c) Application of engineering principles to the design a software 4) None of the above 3. What are the features of Software Code? a) Simplicity b) Accessibility ©) Modularity d) All of the above: 4, is a software development activity that is not a part of software processes. a) Validation b) Specification c) Development d) Dependence 5. Define agile scrum methodology. a) project management that emphasizes incremental progress ') project management that emphasizes decremental progress ) project management that emphasizes neutral progress 4) project management that emphasizes no progress 6 is defined as the process of generating analysis and designing documents? a) Re-engineering b) Reverse engineering ©) Software re-engineering10. ) Science and engineering What is a Functional Requirement? a) specifies the tasks the program must complete! bb) Specifies the tasks the program should not complete ©) Specifies the tasks the program must not work d) All of the mentioned Attributes of good softwar a) Development b) Maintainability & functionality ) Funetionality 4) Maintainability Regardless of application area, project size, or complexity, software development work may be divided into three generic phases: the phase, which focuses on what, the, phase, which focuses on how, and the phase, which focuses on change. i. support ii, Development iii, definition a) ili, ii, b) iii, i, if oii 6) iii, iii is a software development life cycle model that is chosen if the development team has less experience on similar projects. a) erative Enhancement Model b) RAD ©) Spiral ) Waterfall s not suitable for accommodating any change? 2QANKADOO% a) RAD Model ) Waterfall Model©) Build & Fix Model ¢) Prototyping Model 12, The model which has a major disadvantage in terms of the coding phase of a software life cycle model is a) Rad Model b) Spiral Model e) 4GT Model ) Waterfall Model 13. What is the full form of the *COCOMO” model? a) Cost Constru c Estimation Model b) Constructive Cost Estimation Model, c) Constructive Case Estimation Model d) Constructive Cost Estimating Model 14, Which one of the following is not a software process quality? a) Visibility b) Timeliness e) Productivity d) Portability 15, CLR is the NET equivalent of A. Java Virtual Machine B. Common Language Runtime C. Common Type System D. Common Language Specification 16, The CLR is physically represented by an assembly named A.mscoree.dll B.mcoree.dll C. msoree.dil D. mscor.dll 17. The __ language allows more than one method in a single class. A. C# B. J# c. CH Dc 18, All C# applications begin execution by calling the ___method. A.Class () B. Main () CSubmain () D. Namespace 19. A structure in C# provides a unique way of packing together data of. types.Different Same o@> Invoking D. Calling 20. Which of the following statements is correct about Managed Code? A. Managed code is the code that runs on top of Windows. B. Managed code is the code that is written to target the services of the CLR, C. Managed code is the code where resources are Garbage Collected. D. Managed code is the code that is compiled by the JIT compilers. 21. C# runs on the A. .NET Framework B. Java Virtual Machine C. Both A. and B. D. None of the above 22. C# programming language is used to develop - A. Web apps B. Desktop apps C. Mobiles apps D. All of the abo 23. Who is the founder of C# programming language? Anders Hejisberg Douglas Crockford Rasmus Lerdorf Brendan Eich Saw > 24. CLR stands for__. A. Common Type SystemB, Common Language Specification C. Common Language Runtime D. Java Virtual Machine 25. Net CLR is equivalent to? A. Common Type System B. Common Language Specification C. Common Language Runtime D. Java Virtual Machine 26. What is CLR in C#? A. Iisa virtual machine component of Microsoft NET Framework B. Itis a virtual machine component of JVM C. Itis a compiler to compiler the C# code D. Alll of the above 27. What does the CLR in C# do? A. Manages the execution of Webpages programs B. Manages the parsing of the various types CC. Manages the execution of NET programs D. Allofthe above 28. SOAP in C# stands for Simple Object Access Protocol Simple Object Access Program Standard Object Access Protocol sap Standard Object Access Program 29. "Garbage collection automatically reclaims memory occupied by unreachable unused objects." — This statement is true or false in C4?A. True B. False 30. Which symbols are used to mark the beginning and end of a code block? A. Square brackets [] B. Curly braces {} C. Round brackets () D. Double-quotes 31. Every C# statement is terminated by __. A. Colon (:) B. Semicolon (:) C. Comma (,) D. Dot () 32. In C#, a single-line comment starts with __ A. Two forward slashes (//) B, Two backward slashes (\\) C. A hash character (#) D. A dollar character ($) 33. What is the correct syntax to declare a variable in C#? A. type variableName = value; B. type variableName; C. variableName as type = value; D. Both A. and B. 34, Which data type is used to store text value in C#? A. textB. txt C. string Dz str 35. Which C# keyword is used to define a constant? A. define B. fixed C. constant D. const 36. What is the correct syntax to define a C# constant? ‘const type constant_name; const type constant_name = value; app const constant_name as type; 9 const constant_name as type = value; 37. What is the C# keyword which is used to change data and behaviour of a base class by replacing a member of the base class with a new derived member? overrides protected base scope new 38. How many catch blocks can be used with a single try block in C#? A. One B. Two C. Many D. None of the above39. Multiple Choice Questions (40%) |.Event-driven languages are: (a)FORTRAN based (b)Are used to write procedural languages (OOP. (d)Designed to make programming GUI easier 40. What does the CLR in C# do? A. B. c. D. Manages the execution of Webpages programs Manages the parsing of the various types Manages the execution of NET programs. Allof the above 41. In C#, the multi-line comments placed within the. A. B. c D. Mand // \\and //
(and */ 42. Which is the correct order for explicit type conversion to convert a larger to a smaller type in cH 43. Which is the correct C#f statement to convert a float value t A B. c Dd. . double -> float > long -> int > char > bool double > float > long > int > char float -> double > long -> int > char float -> double > long => int > char > bool explicitly? int_variable = (int) float_variable; int_variable = float_variable; int_variable = (int) (float_variable); int_variable = int *float_variable);44, 45. Which is/are the correct method(s) to input a float value in C#? Parse(Console ReadLine()) ‘ToSingle(Console.ReadL ine()) ToFloat(Console-ReadL ine()}; Both A and B Both A and C FOO RP In C#, structures are used for __ objects such as mobiles, cars, ete, Lightweight Darkweight Extra pose Compress
You might also like
Exit Exam For Computer Science (1-40)
PDF
No ratings yet
Exit Exam For Computer Science (1-40)
14 pages
Web Programming Exit Exam
PDF
No ratings yet
Web Programming Exit Exam
154 pages
Final Exam in Android Programming
PDF
100% (1)
Final Exam in Android Programming
10 pages
General HNS Level - IV Question & Answer
PDF
No ratings yet
General HNS Level - IV Question & Answer
32 pages
OOP For Exit Exam
PDF
100% (1)
OOP For Exit Exam
51 pages
Holistic Exam For Software Engineering
PDF
No ratings yet
Holistic Exam For Software Engineering
13 pages
BSC in Information Technology
PDF
50% (2)
BSC in Information Technology
10 pages
Network Administration (MCQS)
PDF
50% (2)
Network Administration (MCQS)
13 pages
2 Tir 2017 CS Exit Exam Question
PDF
100% (3)
2 Tir 2017 CS Exit Exam Question
13 pages
Gondar University Model Exam (ComputerScienceExitExam) PDF
PDF
No ratings yet
Gondar University Model Exam (ComputerScienceExitExam) PDF
38 pages
Computer Exit Exam Quesitions With Anaswer
PDF
80% (5)
Computer Exit Exam Quesitions With Anaswer
14 pages
Fundamentals of Software Engineering Exit Exam Without Answer
PDF
100% (1)
Fundamentals of Software Engineering Exit Exam Without Answer
23 pages
Network and System Administration (Cosc 3063) Final Exam Weighted 50%
PDF
50% (2)
Network and System Administration (Cosc 3063) Final Exam Weighted 50%
2 pages
C# Programming MCQ
PDF
100% (1)
C# Programming MCQ
156 pages
Exit Exam
PDF
100% (1)
Exit Exam
258 pages
Exit Exam MODEL ANSWER
PDF
No ratings yet
Exit Exam MODEL ANSWER
29 pages
@information Technology Model Re Exam
PDF
No ratings yet
@information Technology Model Re Exam
22 pages
The Second Round of National Exit Exam Questions (1-45)
PDF
100% (3)
The Second Round of National Exit Exam Questions (1-45)
10 pages
Operating System Module Only For Exit Exam Preparation Dawit
PDF
100% (1)
Operating System Module Only For Exit Exam Preparation Dawit
29 pages
Exit-Exam - 230218 - 161311 NW Device & Conf
PDF
No ratings yet
Exit-Exam - 230218 - 161311 NW Device & Conf
32 pages
OOP Questions For Exit Exam
PDF
100% (1)
OOP Questions For Exit Exam
2 pages
CS Model Exit Exam-1
PDF
No ratings yet
CS Model Exit Exam-1
15 pages
AI Final Exam For 6kilo.
PDF
100% (2)
AI Final Exam For 6kilo.
4 pages
System and Network Adminstration Final Exam Feb, 2023
PDF
93% (15)
System and Network Adminstration Final Exam Feb, 2023
2 pages
Advanced Database MCQ Worksheet For Exit Exam 2015@
PDF
100% (5)
Advanced Database MCQ Worksheet For Exit Exam 2015@
11 pages
IP Exit Exam
PDF
No ratings yet
IP Exit Exam
40 pages
Information Assurance Security MCQ Worksheet For Exit Exam 2015@
PDF
No ratings yet
Information Assurance Security MCQ Worksheet For Exit Exam 2015@
6 pages
Exit Exam Questions Part 1
PDF
100% (1)
Exit Exam Questions Part 1
4 pages
Oly Computer Science Model Exit Exam
PDF
100% (2)
Oly Computer Science Model Exit Exam
19 pages
Database Answers For Exit-Exam - by Aklilu Thomas - 2016 e
PDF
No ratings yet
Database Answers For Exit-Exam - by Aklilu Thomas - 2016 e
14 pages
Multiple Choice Questions
PDF
100% (2)
Multiple Choice Questions
51 pages
Fundamentals of Networking Module (Only For Exit Exam) Dawit
PDF
100% (1)
Fundamentals of Networking Module (Only For Exit Exam) Dawit
28 pages
Dmu Exit Exam Model
PDF
100% (2)
Dmu Exit Exam Model
28 pages
AAU Model With Answer Key
PDF
100% (4)
AAU Model With Answer Key
17 pages
Degree Exit Exam Sample Questions
PDF
100% (1)
Degree Exit Exam Sample Questions
4 pages
Data Struct Final
PDF
100% (1)
Data Struct Final
21 pages
Multiple Choice: Chapter 1: Introduction To Systems Analysis and Design
PDF
No ratings yet
Multiple Choice: Chapter 1: Introduction To Systems Analysis and Design
67 pages
Exit Exam Fundamentals of Database System 1 3
PDF
100% (1)
Exit Exam Fundamentals of Database System 1 3
5 pages
Addis Ababa University: Computer Organization and Architecture
PDF
100% (1)
Addis Ababa University: Computer Organization and Architecture
15 pages
Final Examination
PDF
100% (2)
Final Examination
18 pages
7000+ Internet Programming Questions and Answers PDF - 1
PDF
No ratings yet
7000+ Internet Programming Questions and Answers PDF - 1
1 page
Data Structure Exam Sample - 2020
PDF
No ratings yet
Data Structure Exam Sample - 2020
12 pages
Mobile Application Development MCQ Worksheet For Exit Exam 2015@
PDF
100% (1)
Mobile Application Development MCQ Worksheet For Exit Exam 2015@
4 pages
DataStructure End Sem Lab Eam EE
PDF
50% (2)
DataStructure End Sem Lab Eam EE
8 pages
Aa
PDF
No ratings yet
Aa
15 pages
System Analysis Design MCQ Worksheet For Exit Exam 2015@
PDF
100% (4)
System Analysis Design MCQ Worksheet For Exit Exam 2015@
20 pages
Haramaya University: Department of Information Systems
PDF
No ratings yet
Haramaya University: Department of Information Systems
34 pages
AD Questions MCQ Week
PDF
No ratings yet
AD Questions MCQ Week
55 pages
Internet Programming II Model Exam
PDF
100% (2)
Internet Programming II Model Exam
4 pages
Compiler Design Multiple Choice Questions Answers PDF
PDF
100% (2)
Compiler Design Multiple Choice Questions Answers PDF
3 pages
Multiple Choice Questions On Operating System Part
PDF
100% (3)
Multiple Choice Questions On Operating System Part
24 pages
Online DS MCQs Paper-MCS 2nd Eve
PDF
100% (1)
Online DS MCQs Paper-MCS 2nd Eve
9 pages
Dot Net
PDF
100% (1)
Dot Net
46 pages
Unit Iii Linear Data Structures: Syllabus
PDF
No ratings yet
Unit Iii Linear Data Structures: Syllabus
19 pages
Advanced DB Chapter-3
PDF
No ratings yet
Advanced DB Chapter-3
54 pages
C++ With Ans DITISS
PDF
100% (1)
C++ With Ans DITISS
7 pages
Royal University College: Department of Business Management
PDF
100% (1)
Royal University College: Department of Business Management
2 pages
Pgdac QB C++&DS
PDF
No ratings yet
Pgdac QB C++&DS
6 pages
Hawassa University Department of Informatics Data Communication and Computer Networking Mid Exam
PDF
No ratings yet
Hawassa University Department of Informatics Data Communication and Computer Networking Mid Exam
5 pages
Grace College of Engineering: Department of Computer Science and Engineering Model Exam
PDF
No ratings yet
Grace College of Engineering: Department of Computer Science and Engineering Model Exam
9 pages