[solved] – Question 78429

Create an attractive and responsive Web page using the following:

Flex Box Model
@media query
two-column description (CSS3)
at least one box with rounded corners (CSS3) with a background color or image
pseudoclasses and pseudoelements
embedded video
some text color with different sizes
an image
at least one HTML5 structural element
at least a link
a form for the user to submit asking for more info about the product
The content is an advertisement of a product of your choosing. It should have enough information to promote the product and make the user wants to buy or learn more. The layout is up to you to attract future customers.

Expert Answer


[solved] – Question 7843

10 employees clock in when they arrive at work and clock out when they leave work. clock in and clock out times are sent to the system in the format hh:mm:ss. Employees are paid €25 per hour and their wage is calculated by subtracting the clock in time from the clock out time. Hours and minutes count when calculating wages.
Write a menu-driven program read the names of 10 employees. The menu should then allow an employee to clock in and clock out and read the time appropriately.
When exit option is chosen, a report will be generated and displayed. The report will list the names of 10 employees with their pay for that day. if the employee did not clock in, the word Absent should be in place of their pay. the report will also display the total amount of money earned by all employees on that day.

Expert Answer


[solved] – Question 78492

How to excecute join queries in hibernate?

Expert Answer


[solved] – Question 785

Write the assignment statement for subtracting intHours from intTotalHours and storing the result in intOvertime.

Expert Answer


[solved] – Question 786

Write the assignment statement for subtracting intHours from intTotalHours and storing the result in intOvertime.

Expert Answer


[solved] – Question 78633

1. Write an int function cube () that returns the cube of its single int formal
parameter.

Expert Answer


[solved] – Question 787

Write the dimension statement for an integer variable named intAnswer

Expert Answer


[solved] – Question 7871

Problem 2.
2.1.Make a program that allows you to create a 3 X 4 integer array. Your program will initialize the array with random numbers from 0 to 1000. Your program also will identify and display the largest value, smallest value, sum and average value of all data in the array.

Expert Answer


[solved] – Question 78714

The table below represents the same scenario as part 2 using a write-back cache…
Index V Tag Data Dirty
000 Y 01 Mem[01000] N
001 N N
010 Y 10 Mem[10010] N
011 N N
100 N N
101 N N
110 Y 11 Mem[11110] N
111 Y 00 Mem[00111] N

a) Show the modified table after the following the following sequence of cache accesses (listed by address): {0x1F, 0x1D, 0x08, 0x18, 0x1E}. Assume that underlined accesses correspond to cache writes, while all others correspond to cache reads.
b) Which of the accesses from part 3a result in a read hit?
c) Which of the accesses from part 3a will immediately change a value in memory?

Expert Answer


[solved] – Question 78726

Draw the flowchart that will input a grade of student and determine wether the grade is passed or failed. Print the name, grade and remarks of student.

Expert Answer