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

  Define rules for operator overloading

Define Rules for operator Overloading

  Compose basic c++ language programs

Analyze a basic set of requirements for a problem - Compose basic C++ language programs

  Creating class perform computation and display results

Create a class named Numbers whose Main() method holds two integer variables. Assign values to the variables. Within the class, create two methods, Sum () and Difference (), that compute the sum of and difference between the values of the two vari..

  Create class has three pieces of information as data members

Create a class called Date in C++ that includes three pieces of information as data members: month (type int), day (type int) and yaer (type int).

  The first part of the program will implement semantic

the first part of the program will implement semantic analysis. the assignment provides two options to define variable

  Large number of files and folders

As part of her business activities, Sharon has created a large number of files and folders. Whenever she needs to view the details of the files stored in a folder, Sharon browses to the folder using Windows Explorer. However, she finds it cumberso..

  Catch clauses are listed is important

write a program that can be used to demonstrate that the order in which catch clauses are listed is important

  Two types of constructors

Explain what constructors do and when they are executed. Explain the two types of constructors. Provide an example class that includes both types of constructor functions and demonstrate how an object would be instantiated using both types of constru..

  Convert the c++ code into matlab code

Can you convert the c++ code into matlab code

  Create a class called card player and deck

Write a class called "Card" with the following traits: it holds two private variables, a suit and a value (ace is high). It has public functions that randomly generate and modify the suit, value and print out the suit/value to the screen. Write a ..

  Write main function to compute stress-strain in steel rod

Write a main function and the following functions to compute the stress and strain in a steel rod of diameter D (inches) and length L (inches) subject to the compression loads.

  Write a program that asks the user to enter two numbers.

Starting Out with C++ Write a program that asks the user to enter two numbers.

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