onsite-IS431L-Visual Programming (Lab) - MidTest - Even - 2022-2023 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

MIDTERM EXAM EVEN SEMESTER ACADEMIC YEAR 2022/2023

INFORMATION SYSTEMS STUDY PROGRAM


FACULTY OF ENGINEERING AND INFORMATICS
UNIVERSITAS MULTIMEDIA NUSANTARA

Subject : IS431 – VISUAL PROGRAMMING (L) Date :


Lecturer(s) : Agus Sulaiman.,S.Kom.,MM Time : 120’
Rudi Sutomo,S.Kom.,M.Si.,M.Kom
Budi Berlinton Sitorus, S.T.,M.Sc
Form : Case Type : Onsite Elearning

EXAM CONDITIONS / INSTRUCTIONS:


1. Do all the questions carefully.

2. Answer results are zipped and then uploaded to e-learning.


3. If the lab computer has problems, students are allowed to use personal laptops.
4. In answering, use your own code. If the answer is proven to have copied and pasted with

other students, it will be given a value of 0 and will not pass.

COURSE SUB LEARNING OUTCOMES (SUB-CLO):


SUB LEARNING OUTCOMES (SUB-CLO)
ELO
Code Description
SUB-CLO3 Students are able to explain and apply data types, D
arithmetic operators, relational operators and
message dialogs, selection and looping in visual c#
programming (C6)
SUB-CLO4 Students are able to explain and apply the concept of D
class and object in visual c# programming. (C6)
SUB-CLO5 Students are able to explain and apply the concept of D
methods and instance variables in visual c#
programming. (C6)
SUB-CLO6 Students are able to explain and apply the use of D
methods, procedures and functions in visual c#
programming. (C6)
SUB-CLO7 Students are able to explain and apply the use of D
Arrays in visual c# programming. (C6)
SUB-CLO8 Students are able to explain and apply the concept of D
OOP: Inheritance in .NET Technology. (C6)
PROBLEM/QUESTIONS:

1. Sub-CLO03 Weight (10 point),


Sub-CLO04 Weight (10 point),
Sub-CLO05 Weight (20 point),
Sub-CLO06 Weight (20 point),
Sub-CLO07 Weight (20 point),
Sub-CLO08 Weight (20 point),

Create a program with the following screen display:

Page 1 of 3
MIDTERM EXAM EVEN SEMESTER ACADEMIC YEAR 2022/2023
INFORMATION SYSTEMS STUDY PROGRAM
FACULTY OF ENGINEERING AND INFORMATICS
UNIVERSITAS MULTIMEDIA NUSANTARA

The design screen consists of:

• There are 12 Textboxes whose enabled properties are set to false and 1
textbox whose multiline properties are set to true.
• There is 1 button with Text Roll.

The process in the program is as follows:


• If the Roll button is pressed then:
 Can display random numbers with random numbers from numbers 1
to 6 into 12 textboxes.
 Can display the number of frequencies of numbers into the result
textbox.

Contoh tampilan:

Page 2 of 3
MIDTERM EXAM EVEN SEMESTER ACADEMIC YEAR 2022/2023
INFORMATION SYSTEMS STUDY PROGRAM
FACULTY OF ENGINEERING AND INFORMATICS
UNIVERSITAS MULTIMEDIA NUSANTARA

Assessment Rubric:

• Using variables, operators, selection and looping in the program correctly gets 10
points.
• Using class in the program correctly gets 10 points.
• Using the instance variable property in the program correctly gets 20 points
• Using the procedure and function in the program correctly gets 20 points
• Using the array in the program correctly gets 20 points
• Using the inheritance in the program correctly gets 20 points

References: Created by: Approved by:


session 1-7 on behalf of the Lecturer Team

(Agus Sulaiman,S.Kom.,M.M) (Ririn Ikana Desanti, S.Kom.,M.Kom.)


Course Coordinator Head of Study Program

Page 3 of 3

You might also like