Using 4 examples , explain the following components of the triad for a database that stores records of students' marks
a. Confidentiality
.b integrity
.c Availability
Write a program to find the student details who got slot on a specific counselling date based on the student’s Cutoff marks, Age, HSC and SSLC marks.
Absolute zero is the lowest temperature that can be reached; it is -273.15°c, or 0k. The above preogram, even when corrected l, will produce erroneous results when given a temperature below zero, Place a check in the main program that will produce an error if a temperature is given below -273.15°c.
You received a generous sum of money in US dollars from the caribou club to attend school in Europe. You have decided to develop an application to keep track of what you hav spent. This application should be built to accept US dollars, convert them to various currencies and add each amount spent. The US dollars spent should be added to running total and displayed on the form as each foreign currency amount currencies used are as follows: English pounds=$1=0.66, Italian Lira=$1=1476.38, German Marc=$1=1.48, Spanish Peseta=$1=126.87
you are required to write a simple Vehicle Hite System to rent and return vehicle. The rental charges are based on the number of days a car is rented. You are required to write the Vehicle class using the specifications below: instance variables for storing vehicleID, status, dailyRates, nadaysRented, renterName, renterLicenseNumber. The status should be set to either '0' (on-loan) or 'A' (available). Provide accessor and mutator methods for instance variables vehicleID and status.
Write a constructor that takes as parameter vehicle_ID and daily_Rates and assigns the corresponding instance variables. The instance variable status should be set to 'A' (available) initially.
application and use a Two dimensional array that will store five information technology
8 OfonQ, with the average amount of
stered for each course
Your program must:
Contain a two dimensional array to contain three student registration figures for five
different information technolory courses and a single array to contain the course
Males
COURSE
REGISTRATION I REGISTRATION >
I REGISTRATION 3
Programming 101
50
10
50
Web Dev 101
10
50
20
Databases 101
10
70
Logic 101
Management 101
30
50
Q.2.2 Calculate and print the average of the course registration figures for each IT course
Q.2.3 Determine if the IT course will be run or not. If the average registration figures of the IT
course is greater than or equal to 70 then the IT course will run.
0.2.4 Print out each course name with the average registration and if the course will run
wap to throw and handle array out of bound exception
Contain a single arrav to contain the tollowine tive Enelish words and a
TWO
dimensional array to store the following Dutch, French and Italian translated words
ENGLISH WORD
DUTCH WORD
VI FRENCH WORD
ITALIAN WORD
hemel
ciel
cielo
run
rennen
courir
carrare
study
studie
mUSC
muzipk
musE
musica
dog
hond
chipn
cane
18. 10. 20
Q.2.2 Print out each English word with the translated Dutch, French and Italian word.
Define a Car class that represents a car with the following requirements:
Speed int, brand in string, price in float.Default constructor definition, function for displaying vehicle information, function for assigning vehicle speed, for assigning vehicle brand, for assigning a vehicle price, for writing a chapter main program using the above classIn the main program, declare an array of N vehicles (N is entered from the keyboard). Enter information for each vehicle from the keyboard, then display the information of the most expensive car on the screen.
Description
You are working on an app for a company like Uber. You will be provided with the number of laps that the user has
taken and travel details (distance, speed and direction) of the laps. Write a program that calculates the total duration of
the trip and also the direction in which the customer has travelled.
Input:
First line of the input will be the number of laps.
The rest of the lines in the input will contain entry in the format of "Distance Speed Direction" for each lap.
Output:
T. First line of the output should show the total duration of the trip in minutes (T).
2. Second line of the output should show the direction from the starting point (D).