Show only students whose first letter of the name does not begins between A to M, show the Gender column and change the value to Female.
Name Gender
Stephanie N. Female
Tian En Female
Xi Xi Female
Imagine you have been employed to build a single-page web application that manages a study plan for the Web Development module on the Creative Computing course. Use HTML and CSS to mock-up what this application would look like, without adding any interactivity. You must include:
Wireframe (add image to the directory);
Header, Navigation menu, main content and a footer;
The main content must be split into two or three columns;
Five demo items;
Your HTML should use semantically correct elements;
An external style.css file;
The use of at least one button;
The page does not need to be interactive;
You should focus on the structure and visual layout of the page, but also consider design too;
Commenting throughout.
1. Create four (4) Java classes. Name them RunEmployee, Employee, FullTimeEmployee,
PartTimeEmployee. The RunEmployee class shall contain the main method and will be used to
execute the program.
2. Write a simple payroll program that will display employee’s information. Refer to the UML Class
Diagram for the names of the variable and method. This should be the sequence of the program
upon execution:
a. Ask the user to input the name of the employee.
b. Prompt the user to select between full time and part time by pressing either F (full time) or P
(part time).
c. If F is pressed, ask the user to type his monthly salary. Then, display his name and monthly
salary.
If P is pressed, ask the user to type his rate (pay) per hour and the number of hours he worked
for the entire month separated by a space. Then, display his name and wage.
there multiple(t) book stores in the area. each bookkeeper has a list of b integers that represents the cost of each book. you have different pocket money(p) for each bookstore. write program to calculate the maximum number of books you can buy in each store with the corresponding pocket money. in python
Discuss the IPv4 Datagram with the help of suitable examples
Compare and contrast the medium access protocols and elaborate any one of them
Error control and Flow control is critical in effective frame transfer in a data link layer.
Discuss the types of errors in detail and suggest suitable solutions for the same
Compare the Go-back N protocol with the rest of the protocols for effective frame
transmission in Data link Layer