NOTE: String processing methods of String class should be used where necessary!!
Institution Name
Accreditation
NUST
Yes
UNAM
Yes
Space Institute
No
Sample run1:
Enter points and institution: 60 NUST F
Output: Loan Award Successful and application gender is: FEMALE
Write a program that calculate and displays an employee’s weekly salary. If the hours worked are less or equal to 40, the employee is payed N$65.54 per hour, otherwise the employee receives N$80.20 for every hour worked exceeding 40.
1. Create a class to implement a queue using a circular array[20 marks]<o:p></o:p>
a. The class should contain functions to
i. Insert a new value, [5 marks]
ii. Delete a value. [5 marks]
Network configurations
1. Receive internet access from the WAN
2. Provide internet access to devices connecting to AP that is connected to the ubuntu
server
3. Block/Allow IP/MAC address
2. Configurations can be altered/configured programmatically
1. SSID of the external AP
2. Can be password protected or Open Security
3. Network interfaces so we can choose what will be the LAN and the WAN
4. Set DHCP configuration for the clients that will be connecting to the LAN (ex. IP pool
range)
5. Allow/Block clients to internet access
3. Captive portal functionality
1. Authorized/Unauthorized client identification
2. Allowing/denying of client programmatically
3. Sending request to external web app
4. Receiving response/request from external web app
4. Documentation or simple guide for each configuration, how to install them, their location,
meaning of parameters
A housing society is represented by a 3D plane. We have a class house which
stores the location of a house of three persons using x, y and z coordinates of
plane. Another class market which stores the location of a main market. Each class
should initialize the data members using parameterized constructor. Keep the data
members of all the classes private. Also display the location of houses and market.
Calculate the distance of houses of all the persons from the market and display
which person’s house is far away from the market. Also display which person has
nearest distance from the market.
The class manager has the access to both class house and market so it swaps the
location of the market with the house of a person that has the largest distance
with the market. in C++
Draw a flowchart that uses while loops to perform the following steps:
a. Prompt the user to input two integers: firstNum and secondNum. (firstNum must be less than secondNum.)
b. Output all the odd numbers between firstNum and secondNum inclusive.
c. Output the sum of all the even numbers between firstNum and secondNum inclusive.
d. Output all the numbers and their squares between 1 and 10.
e. Output the sum of the squares of all the odd numbers between firstNum and secondNum inclusive.