What tasks are involved in designing database table

Assignment Help C/C++ Programming
Reference no: EM13939430

1. GUI COMPONENTS ARE OFTEN REFERRED TO AS:

A) WIDGETS

(B)GADGETS

(C) DRAWINGS

(D) PROMPTS

2.THE QUESTIONS THAT CASE DATABASE SOFTWARE TO EXTRACT THE APPROPRIATE RECORDS FROM A TABLE AND SPECIFY

THE FIELDS TO BE VIEWED ARE CALLED:

A) REPORTS

(B) QUERIES

(C) KEYS

(D) INDEXES

3.WHAT ARE THE SIGNS OF AMATUEUR DESIGN IN A GUI?

A) MENUS PLACED ON TOP OF SCREEN

(B) ICONS THAT REPRESENT REAL WORLD OBJECTS

(C) FANCY FONTS AND WEIRD COLOR COMBINATIONS

(D)ALLOWING USER TO CUSTOMIZE THE BACKGROUND COLORS

4.THE BASIC ORGANIZATIONAL UNIT OF A DATABASE IS THE :

A) CHARACTER

(B) ROW

(C) COLUMN

(D) TABLE

5.A METHOD THAT IS CALLED WHEN AN OBJECTS IS CREATED IS A(N):

A)DEFINER

(B) INITIALIZER

(C) CONSTRUCTOR

(D) HOUSEKEEPING METHOD

6.AS WELL AS BEING NATURAL, ICONS SHOULD BE :

A) CREATIVE

(B) DETAILED

(C) BRIGHTLY COLORED

(D) PREDICATABLE

7.IT IS A GOOD IDEA TO _______ COMPONETS THAT CAN NOT BE USED ON A PARTICULAR SCREEN.

A).DIM

(B) BRIGHTEN

(C) DRAW A LINE THROUGH

(D) HIGHLIGHT

8.________ INVOLVES DESIGNING A USER INTERFACE SO THAT PEOPLE WITH DISABILITES CAN USE IT.

A)REDESIGNING

(B) ACCESSIBILITY

(C) TESTING

(D) REQUIREMENTS

9.A GOOD WAY TO UNDERSTAND A LARGE SYSTEM IS :

A) BREAK IT DOWN INTO SUBSYSTEMS.

(B) TO CREATE A LARGE ,DETAILED FLOWCHART OF THE WHOLE SYSTEM

(C)TO READ ALL CODE THAT MAKE UP THE SYSTEM

(D) TO READ THE BUG LIST AND CHANGE REPORTS FOR A SYSTEM

10.WHICH OF THE FOLLOWING IS A DYNAMIC UML DIAGRAM ?

A) CLASS

(B) OBJECT

(C) COMPONENT

(D) STATECHART

11. WHICH OF THE FOLLOWING IA A STATIC UML DIAGRAM?

A) CLASS

(B) STATECHART

(C) ACTIVITY

(D) COLLABORATION

12. EACH USE CASE AT LEAST ONE:

A) EXTEND

(B) SCENARIO

(C) GENERALIZATION

(D) STEROTYPE

13. WHAT IS THE NAME FOR COLUMN THAT UNIQUELY IDENTIFIES A RECORD ?

A) PRIMARY KEY

(B) UNIQUE KEY

(C) FOREIGN KEY

(D) TABLE KEY

14.WHAT TASK ARE INVOLED IN DESIGNING DATABASE TABLES ?

A) NAMING AND SORTING EACH RECORD

(B) NAMING EACH FIELD AND SORTING EACH RECORD

(C) NAMING EACH FIELD AND PROVIDING FIELD DATA TYPES

(D) INSERTING ALL DATA

15.WHICH OF THE FOLLOWING WOULD NOT BE A COMMON ACTION PERFORMED ON A PRE-WRITTEN GUI COMPONENT ?

A) SETTING THE COLOR OF THE COMPONENTS

(B) SETTING THE SIZE OF THE COMPONENTS

(C) SETTING THE EVENTS THAT THE COMPONENTS GENERATE

(D)SETTING THE COMPONENTS TO BE VISIBLE OR INVISIBLE

16. A DIAGRAM THAT SHOWS WHICH SCREEN LEADS TO ANOTHER IS CALLED A (N) ______ DIAGRAM.

A) MENU

(B) OBJECT DICTIONARY

(C) INTERACTIVITY

(D) FLOW CHART

17.A BASIC QUERY IS :
________ custID, lastName FROM tblCustomer Where state = "WI"

 A) GRAB

(B) JORN

(C) SORT

(D) SELECT

18.IN UML, THERE ARE TWO TYPE OF RELATIONSHIPS IN CLASS DIAGRAMS:

 A) ASSOCIATION AND IS -A

(B) GENERALIZATION AND INCLUDES

(C) ASSOCIATION ANGD AGGREGATION

(D)AGGREGATION AND INTEGRATION

19. MOST CLASSES CONTAIN :

A)DATA AND METHOD

(B)FIELDS AND INTERFACES

(C)OBJECTS AND MODULES

(D) INSTANCE AND OBJECTS.

Reference no: EM13939430

Questions Cloud

Design and implement the best deal business database : In this assignment, you are to design and implement the Best Deal business database that you have modelled in the assignment-1 and a series of SQL queries to reflect the business logic of the Best Deal.
Using the P-E ratio-compute the current EPS : The stock of Ragnar Lothbrok's Viking Cruises is currently selling for $117.13, which equates to a P/E ratio of 16x. Using the P/E ratio, compute the current EPS of Mr. Lothbrok's stock.
Situation in term of process consultation : To what extent does the cyclical model of Episodic Conflict reflect the situation and as a third-party consultant what process would you recommend to resolve the matter?
Issued some preferred stock-share of preferred stock cost : Pied Piper Inc. has just issued some new preferred stock. The issue will pay an annual dividend of $10 in perpetuity, beginning five years from now. If the market requires a return of 8.4 percent on this investment, how much does a share of preferred..
What tasks are involved in designing database table : WHAT IS THE NAME FOR COLUMN THAT UNIQUELY IDENTIFIES A RECORD?
What is the required return on the company stock : Burress Inc. is expected to maintain a constant 7.18 percent growth rate in its dividends, indefinitely. If it has a dividend yield of 4.41 percent, what is the required return on the company’s stock?
Earnings per share-expected to grow its earnings : Black Hole Inc (BHI), a telescope manufacturer located in southern California, just reported earnings per share (EPS) today of $2.00 and is expected to grow its earnings by 15% per year for the next three years. After which, their earnings growth wil..
Welding process for a given application : Analyse the effect of using incorrect welding parameters for a selected welding process including the effects on quality and safety when producing welded components.
Develop the mission vision and overview of action plan : Imagine the local Health Department has started a program called "Don't Be Cruel" to reduce cyberbullying. Assuming the role of a community health committee member, develop the mission, vision, and overview of a three (3) month action plan for thi..

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Explain the two different uses of the keyword virtual

Explain the two different uses of The keyword virtual

  Write a program that reads the scores from the file

Write a program that reads the scores from the file and displays their total and average. Scores are separated by blanks.

  Calculate and output the average grade

Program should still ask the user to input a grade integer from 1-100 and then output the letter grade -  your application will calculate and output the average grade for students input.

  Implement the bisection method for solving given equations

Implement the Bisection Method for solving equations. Use the following function: double root(double (*pf)(double x), double a, double b, int n).

  Write a program using a function and a switch statement

Write a program using a function and a switch statement. The user should be prompted to enter a number in main. The function is called and the number entered is passed to the function. This function parameter will then be used in a switch to disco..

  What is encapsulation

What is encapsulation

  What will the program segment display

What will the program segment display.

  Write an iterative version and a recursive version

Write a main program that illustrates the work of your functions. E.g., if a[ ]={1,2,3,3,4,5} then 3 occurs 2 times and 7 occurs 0 times.

  Full program using c programming language

(a) Write a pseudo-code to solve this problem. (b) Write a full program using C programming language to solve this problem.

  Generate mathematical problems based on the difficulty level

Generate mathematical problems based on the difficulty level selected. You must implement the following five levels of difficulty

  Create a menu of options that will be used in a switch case

Create a menu of options that will be used in a switch statement.

  Reads in a list of integers

Write a program in C++ that reads in a list of integers into and array with base type int. Provide the facility to either read this array from the keyboard or from a file, at the user's option. If the user chooses file input, the program should reque..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd