Quiz. Quiz One Type your name, ID and email address in the.asm file. MUST DO or ZERO SCORE. Change q1 to yourStudentID_q1. You were working as a programming.

Slides:



Advertisements
Similar presentations
Remote set-up instructions Life is meant to be interactive!
Advertisements

Individual Bidder Enrollment
State of Michigan MI HR Information Tutorial Begin the tutorial.
Delivering Collaborative Solutions that Promote Learning Asotin-Anatone School District Helpdesk A web-based application to submit and track all technical.
Online Submission and Management Information -- Authors
The Way to Success … Sta rt Sta rt Ak Technologies Mo | Visit.
Separating from SMS in Your BlackBerry 8800 Separating from SMS in Your BlackBerry 8800 In this training module you will learn how to separate.
Computer Programming and Basic Software Engineering 4. Basic Software Engineering 1 Writing a Good Program 4. Basic Software Engineering 3 October 2007.
Conditional Processing
Introducing Wimba Pronto* Connect with Blackboard * Please note that currently Pronto is in a “trial status”. To be made available within a course, the.
CPSC 203 Introduction to Computers Lab 21, 22 by Jie (Jeff) Gao Location: ES650.
WRITING AN . What equipment do I need if I want to write an ? A computer with installed appropriate software A computer with installed appropriate.
Enter User Id and Password Click on Submit Press Place Order Button.
Scoring Program Updates & XML upload to the NSRCA web site July 2013.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
Setting Up DreamWeaver NOTE: Use your mouse OR page down key to advance each page.
SE 320 – Introduction to Game Development Lecture 8: Animations, GUIs, Debugging and IDEs Lecturer: Gazihan Alankuş Please look at the last two slides.
CMSC 104, Section 301, Fall Lecture 06, 9/18/02 Algorithms, Part 3 of 3 Topics Disk Quota Exceeded. Using Pine. More Algorithms Reading Read.
Become an Account Executive Increase Your Income.
Practice and Evaluation. Practice Develop a java class called: SumCalculator.java which computes a sum of all integer from 1 to 100 and displays the result.
Experience - knowledge - action A Simple Model to Illustrate Key Principles of FTTX Business Cases Richard Jones
More While Loop Examples CS303E: Elements of Computers and Programming.
The Online Activity Module User Account and Contact Us June 5, 2013.
Wellness & Prevention, Inc. Log-in Screen Shots 1.
Expo Expo is a wheel of subjects taught throughout the year. (Students who take band do not take Expo). Expo is a wheel of subjects taught throughout.
Quiz. Quiz Two Type your name, ID and address in the.asm file. MUST DO or ZERO SCORE. Change q1 to yourStudentID_q1. You were working as a programming.
Sequences and Series. Find the pattern for each of the following. 1. 5, 8, 11, 14, … , 8, 4, 2, … 3. 1, 4, 9, 16, 25, … 4. 1, 1, 2, 3, 5, 8, 13,
StudentVUE APS’s New Grade Book System.  StudentVUE is your portal to view messages, your calendar, attendance, class schedule, grades, fees (coming.
Creating a Canvas Account! Follow these simple directions to access the course materials for this year.
CMP 131 Introduction to Computer Programming Violetta Cavalli-Sforza Week 3, Lecture 1.
IRubric – Build in Minutes, Grade in Seconds Ramesh Sabetiashraf
Entering your user ID into the NXT Clicker *Your User ID is your Netpass username.
Online Submission and Management Information -- Authors AMS Annual Conference / AMS WMC Click on play to begin show.
Homework #1: C++ Basics, Flow of Control, and Function Basics
© The McGraw-Hill Companies, 2006 Chapter 3 Iteration.
I can run this simple BAT file to copy files: (this was tried with and without the pause command)
Adviser Panel. Go to All DD Track Advisers: Click “Advisor Login”
1 Once you log in – How to create your profile Company Name TID Contact Name - Enter your name using the format First Name space Last Name User ID – will.
Midterm: Question 1 (35%) (30 minutes) Write an assembly program to draw a rectangle. – (5%) Show a message to ask for information of the rectangle – (5%)
1 CSC103: Introduction to Computer and Programming Lecture No 16.
Quiz. Quiz Three Type your name, ID and address in the.asm file. MUST DO. If not, you will receive a score of zero. Change the folder name to yourStudentID_q3.
For the University of Kansas Medical Center How to sign up for RAVE Emergency Text Messaging.
IRubric – Click, Click, Done! Ramesh Sabetiashraf.
School Foundation Payment System Nonpublic Modules SF 240 Training Course.
How to make an Interactive Voice Response (IVR) using an OzML script This slideshow is intended to be a great explanation on how to develop an Interactive.
GroupWise Basics. Main Window You can expand or shrink the grey panel to show items (subject, etc.)
English The basics. Name FORMAL/NEUTRAL Dear Mr/Mrs/Ms Dupont Dear Mary INFORMAL Hi/Hello Mary Mary,… No name.
Basic operations in Matlab
Online Testing System Assessment Viewing Application (AVA)
Website: Contact No: ID:
Optus Password Reset Number
For Monday Read WebCT quiz 18.
WORD PRESS How to create website using WordPress
Online Testing System Assessment Viewing Application (AVA)
Communication Skills.
Validations and Error Handling
Please check below to let us know whether you would like to participate in this project. Yes, see my contact info below No, thank you Name (s): ____________________________________.
For Wednesday No new reading No quiz.
LAP Student Growth Accessing the Application
t Process New 1098t System.
Your 2016 Code of Conduct Annual Acknowledgment - User Guide
Schoolfusion Student Guide.
Online Testing System Assessment Viewing Application (AVA)
How To Create a digital signature in a PDF document Step 1 Step 2
Unit 4 Scientific Notation
Write in your notebook Science Quiz about The Systems in the Human body I am _____________________ Date _____________________ Scores Activity 1_____ Activity.
BlackBerry Enterprise Server
WELCOME How to Setup Yahoo Account Key Feature in Browser? CONTACT US
LAP Student Growth Accessing the Application
Uploading a Document Version 2 | Revised 7/5/2018 SMS Document Upload.
Presentation transcript:

Quiz

Quiz One Type your name, ID and address in the.asm file. MUST DO or ZERO SCORE. Change q1 to yourStudentID_q1. You were working as a programming leader in a company. You implemented an assembly program for fun in spare time. Today, you wanted to implement a simple program.

Quiz One 1.[20%]. Show a menu: My student ID is: ……… (show your student id) Please select the calculation model for unsigned integers A. Compute the sum of 1…n B. Compute the interleaving sum of 1…n C. Quit the program Press a key to select the option…… Definition: Interleaving sum: – 4 etc. Assume that there are at most 10 numbers.

Quiz One 2.a [10%] Press ‘A’ or ‘a’. Then show a message on the screen: “A. Compute the sum of 1…n” “Please input the number of unsigned integers:” 2.b [10%] After that ask the user to input the integers one by one 2.c [9%] show the result 2.d [1%] go back to the menu (2c must be done)

Quiz One 3.a [5%] Press ‘B’ or ‘b’. Then show a message on the screen: “B. Compute the interleaving sum of 1…n” “Please input the number of unsigned integers:” 3.b [10%] After that ask the user to input the integers one by one 3.c [30%] show the result 3.d [3%] go back to the menu (3c must be done)

Quiz One 3.a [1%] Press ‘C’ or ‘c’. Then show a message on the screen: “Thanks for using this system. “ “This program is written by student name, student ID” “I am a good programmer. Contact me at “See you again very soon.” 3.b [1%] quit the program.