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)
876 views
Event-Driven Programming MCQ Worksheet For Exit Exam 2015@
Uploaded by
Dibora Birhanu
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Event-Driven Programming MCQ Worksheet for Exit Ex... For Later
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)
876 views
Event-Driven Programming MCQ Worksheet For Exit Exam 2015@
Uploaded by
Dibora Birhanu
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Event-Driven Programming MCQ Worksheet for Exit Ex... For Later
Carousel Previous
Carousel Next
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
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
From Everand
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
Mark Manson
4/5 (6129)
Principles: Life and Work
From Everand
Principles: Life and Work
Ray Dalio
4/5 (627)
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
From Everand
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
Brene Brown
4/5 (1148)
Never Split the Difference: Negotiating As If Your Life Depended On It
From Everand
Never Split the Difference: Negotiating As If Your Life Depended On It
Chris Voss
4.5/5 (934)
The Glass Castle: A Memoir
From Everand
The Glass Castle: A Memoir
Jeannette Walls
4/5 (8215)
Grit: The Power of Passion and Perseverance
From Everand
Grit: The Power of Passion and Perseverance
Angela Duckworth
4/5 (631)
Sing, Unburied, Sing: A Novel
From Everand
Sing, Unburied, Sing: A Novel
Jesmyn Ward
4/5 (1253)
The Perks of Being a Wallflower
From Everand
The Perks of Being a Wallflower
Stephen Chbosky
4/5 (8365)
Shoe Dog: A Memoir by the Creator of Nike
From Everand
Shoe Dog: A Memoir by the Creator of Nike
Phil Knight
4.5/5 (860)
Her Body and Other Parties: Stories
From Everand
Her Body and Other Parties: Stories
Carmen Maria Machado
4/5 (877)
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
From Everand
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
Ben Horowitz
4.5/5 (361)
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
From Everand
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
Margot Lee Shetterly
4/5 (954)
Steve Jobs
From Everand
Steve Jobs
Walter Isaacson
4/5 (2923)
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
From Everand
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
Ashlee Vance
4.5/5 (484)
The Emperor of All Maladies: A Biography of Cancer
From Everand
The Emperor of All Maladies: A Biography of Cancer
Siddhartha Mukherjee
4.5/5 (277)
A Man Called Ove: A Novel
From Everand
A Man Called Ove: A Novel
Fredrik Backman
4.5/5 (4972)
Angela's Ashes: A Memoir
From Everand
Angela's Ashes: A Memoir
Frank McCourt
4.5/5 (444)
Brooklyn: A Novel
From Everand
Brooklyn: A Novel
Colm Toibin
3.5/5 (2061)
The Art of Racing in the Rain: A Novel
From Everand
The Art of Racing in the Rain: A Novel
Garth Stein
4/5 (4281)
The Yellow House: A Memoir (2019 National Book Award Winner)
From Everand
The Yellow House: A Memoir (2019 National Book Award Winner)
Sarah M. Broom
4/5 (100)
The Little Book of Hygge: Danish Secrets to Happy Living
From Everand
The Little Book of Hygge: Danish Secrets to Happy Living
Meik Wiking
3.5/5 (447)
Yes Please
From Everand
Yes Please
Amy Poehler
4/5 (1987)
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
From Everand
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
Gilbert King
4.5/5 (278)
The World Is Flat 3.0: A Brief History of the Twenty-first Century
From Everand
The World Is Flat 3.0: A Brief History of the Twenty-first Century
Thomas L. Friedman
3.5/5 (2283)
Bad Feminist: Essays
From Everand
Bad Feminist: Essays
Roxane Gay
4/5 (1068)
The Woman in Cabin 10
From Everand
The Woman in Cabin 10
Ruth Ware
3.5/5 (2641)
The Outsider: A Novel
From Everand
The Outsider: A Novel
Stephen King
4/5 (1993)
A Tree Grows in Brooklyn
From Everand
A Tree Grows in Brooklyn
Betty Smith
4.5/5 (1936)
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
From Everand
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
Viet Thanh Nguyen
4.5/5 (125)
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
From Everand
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
Dave Eggers
3.5/5 (692)
Team of Rivals: The Political Genius of Abraham Lincoln
From Everand
Team of Rivals: The Political Genius of Abraham Lincoln
Doris Kearns Goodwin
4.5/5 (1912)
Wolf Hall: A Novel
From Everand
Wolf Hall: A Novel
Hilary Mantel
4/5 (4074)
On Fire: The (Burning) Case for a Green New Deal
From Everand
On Fire: The (Burning) Case for a Green New Deal
Naomi Klein
4/5 (75)
Fear: Trump in the White House
From Everand
Fear: Trump in the White House
Bob Woodward
3.5/5 (830)
Manhattan Beach: A Novel
From Everand
Manhattan Beach: A Novel
Jennifer Egan
3.5/5 (901)
Rise of ISIS: A Threat We Can't Ignore
From Everand
Rise of ISIS: A Threat We Can't Ignore
Jay Sekulow
3.5/5 (143)
John Adams
From Everand
John Adams
David McCullough
4.5/5 (2544)
The Light Between Oceans: A Novel
From Everand
The Light Between Oceans: A Novel
M L Stedman
4.5/5 (790)
The Unwinding: An Inner History of the New America
From Everand
The Unwinding: An Inner History of the New America
George Packer
4/5 (45)
Little Women
From Everand
Little Women
Louisa May Alcott
4/5 (105)
The Constant Gardener: A Novel
From Everand
The Constant Gardener: A Novel
John le Carré
3.5/5 (109)
Related titles
Click to expand Related Titles
Carousel Previous
Carousel Next
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
From Everand
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
Principles: Life and Work
From Everand
Principles: Life and Work
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
From Everand
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
Never Split the Difference: Negotiating As If Your Life Depended On It
From Everand
Never Split the Difference: Negotiating As If Your Life Depended On It
The Glass Castle: A Memoir
From Everand
The Glass Castle: A Memoir
Grit: The Power of Passion and Perseverance
From Everand
Grit: The Power of Passion and Perseverance
Sing, Unburied, Sing: A Novel
From Everand
Sing, Unburied, Sing: A Novel
The Perks of Being a Wallflower
From Everand
The Perks of Being a Wallflower
Shoe Dog: A Memoir by the Creator of Nike
From Everand
Shoe Dog: A Memoir by the Creator of Nike
Her Body and Other Parties: Stories
From Everand
Her Body and Other Parties: Stories
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
From Everand
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
From Everand
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
Steve Jobs
From Everand
Steve Jobs
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
From Everand
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
The Emperor of All Maladies: A Biography of Cancer
From Everand
The Emperor of All Maladies: A Biography of Cancer
A Man Called Ove: A Novel
From Everand
A Man Called Ove: A Novel
Angela's Ashes: A Memoir
From Everand
Angela's Ashes: A Memoir
Brooklyn: A Novel
From Everand
Brooklyn: A Novel
The Art of Racing in the Rain: A Novel
From Everand
The Art of Racing in the Rain: A Novel
The Yellow House: A Memoir (2019 National Book Award Winner)
From Everand
The Yellow House: A Memoir (2019 National Book Award Winner)
The Little Book of Hygge: Danish Secrets to Happy Living
From Everand
The Little Book of Hygge: Danish Secrets to Happy Living
Yes Please
From Everand
Yes Please
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
From Everand
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
The World Is Flat 3.0: A Brief History of the Twenty-first Century
From Everand
The World Is Flat 3.0: A Brief History of the Twenty-first Century
Bad Feminist: Essays
From Everand
Bad Feminist: Essays
The Woman in Cabin 10
From Everand
The Woman in Cabin 10
The Outsider: A Novel
From Everand
The Outsider: A Novel
A Tree Grows in Brooklyn
From Everand
A Tree Grows in Brooklyn
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
From Everand
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
From Everand
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
Team of Rivals: The Political Genius of Abraham Lincoln
From Everand
Team of Rivals: The Political Genius of Abraham Lincoln
Wolf Hall: A Novel
From Everand
Wolf Hall: A Novel
On Fire: The (Burning) Case for a Green New Deal
From Everand
On Fire: The (Burning) Case for a Green New Deal
Fear: Trump in the White House
From Everand
Fear: Trump in the White House
Manhattan Beach: A Novel
From Everand
Manhattan Beach: A Novel
Rise of ISIS: A Threat We Can't Ignore
From Everand
Rise of ISIS: A Threat We Can't Ignore
John Adams
From Everand
John Adams
The Light Between Oceans: A Novel
From Everand
The Light Between Oceans: A Novel
The Unwinding: An Inner History of the New America
From Everand
The Unwinding: An Inner History of the New America
Little Women
From Everand
Little Women
The Constant Gardener: A Novel
From Everand
The Constant Gardener: A Novel