Questions
Is it better for a firm's actual stock price in the market to be under, over,...

Is it better for a firm's actual stock price in the market to be under, over, or equal to its intrinsic value? Would your answer be the same from the standpoint of stockholders in general and a CEO who is about to exercise a million dollars in options and then retire? Explain.

In: Finance

Question 2. A programmer has to develop an instant messaging app used in mobile phone. He...

Question 2.
A programmer has to develop an instant messaging app used in mobile phone. He is considering the computer instruction set architecture of either RISC or CISC and the programming method of either translation or interpretation.
(a) Suggest and justify the most suitable instruction set architecture.
(b) Suggest and justify the most suitable programming method

In: Computer Science

Write a PL/SQL program that prints following: if sum of its digits raised to the power...

Write a PL/SQL program that prints following: if sum of its digits raised to the power n is equal to number itself, where n is total digits in number.

If the Input is: 129, then output of the program will be: 738

In: Computer Science

replacement Individual Assignment for HRM2040 re COVID-19 You must select 10 of the following areas of...

replacement Individual Assignment for HRM2040 re COVID-19

You must select

10

of the following areas of HR.

Legal Compliance

Technology and Human Resources

Job Analysis and Job Design

Human Resources Planning

Recruiting Employee

Selecting Employees

Employee Orientation and Training

Career Development

Performance Management

Equitable Pay Plans

Employee Benefit and Service Plans

Health and Safety

Employee Relations

Management and Labour Relations

For each of the 10 selected areas, you must identify and explain 3 factors or characteristics that would be

considered HR practices of a 21 st

century organization and provide information from where you select those.

In: Operations Management

Database questions: USE THE FOLLOWING SQL CODE TO SOLVE NEXT QUESTIONS: CREATE TABLE ROBOT ( Serial_no...

Database questions:
USE THE FOLLOWING SQL CODE TO SOLVE NEXT QUESTIONS:
CREATE TABLE ROBOT
(
Serial_no INT NOT NULL,
Model VARCHAR(20) NOT NULL,
Manufacturer VARCHAR(20) NOT NULL,
Price INT NOT NULL,
PRIMARY KEY (Serial_no)
);
INSERT INTO ROBOT VALUES (1, 'Scara','Epson', 23200);
INSERT INTO ROBOT VALUES (2, 'ASSISTA','Mitsubishi', 17500);
INSERT INTO ROBOT VALUES (3, 'Lego Mindstorm','NXT', 650);
INSERT INTO ROBOT VALUES (4, 'Yumi','ABB', 40000);
INSERT INTO ROBOT VALUES (5, 'Pepper','Foxconn', 1600);
INSERT INTO ROBOT VALUES (6, 'Humanoid','Honda', 30000);
SELECT * FROM ROBOT ;
/*===================================================*/
CREATE TABLE OPTIONS
(
Serial_Num INT NOT NULL,
Option_name VARCHAR(20) NOT NULL,
Price INT NOT NULL,
PRIMARY KEY (Serial_num, Option_name),
FOREIGN KEY (Serial_num) REFERENCES ROBOT(Serial_no)
);
INSERT INTO OPTIONS VALUES (1, 'Self power', 10000);
INSERT INTO OPTIONS VALUES (1, 'Sense surrounding', 20000);
INSERT INTO OPTIONS VALUES (5, 'Extra Speed', 30000);
INSERT INTO OPTIONS VALUES (2, 'Self power', 40000);
INSERT INTO OPTIONS VALUES (3, 'Motion Balance', 50000);
INSERT INTO OPTIONS VALUES (4, 'Custom look', 60000);
SELECT * FROM OPTIONS;
/*===================================================*/
CREATE TABLE SALESPERSON
(
Salesperson_id INT NOT NULL,
SName VARCHAR(20) NOT NULL,
Phone VARCHAR(20) NOT NULL,
PRIMARY KEY (Salesperson_id)
);
INSERT INTO SALESPERSON VALUES (111, 'Jameco Electronics', '0252354565');
INSERT INTO SALESPERSON VALUES (222,'RobotShop', '0231236455');
INSERT INTO SALESPERSON VALUES (333,'RoboRealm', '0287678790');
SELECT * FROM SALESPERSON ;
/*===================================================*/​
CREATE TABLE SALE
(
Salesperson_id INT NOT NULL,
Serial_no INT NOT NULL,
MyDate DATE NOT NULL,
Sale_Price INT NOT NULL,
PRIMARY KEY (Salesperson_id, Serial_no),
FOREIGN KEY (Salesperson_id) REFERENCES SALESPERSON (Salesperson_id),
FOREIGN KEY (Serial_no) REFERENCES ROBOT(Serial_no)
);
INSERT INTO SALE VALUES (111, 1, DATE'2018-9-23', 22000);
INSERT INTO SALE VALUES (222, 1, DATE'2019-9-22', 21400);
INSERT INTO SALE VALUES (111, 4, DATE'2017-7-21', 37000);
INSERT INTO SALE VALUES (333, 3, DATE'2020-6-14', 470);
SELECT * FROM SALE ;


Q1: Write a query to display all serial numbers of robots that don’t have sales using complex queries

Q2: Write a query that displays the sales price and dynamically assign a deal category to it as follows:
- If the sales price less than or equal 10,000 à accepted-deal price
- If the sales price ranges between 20,000 and 25,000 à average-deal price
- If the sales price greater than 50,000 à rejected-deal price


In: Computer Science

Your job is Supply Chain Management, choose in your field from one of the job search...

Your job is Supply Chain Management, choose in your field from one of the job search sites. Using Word, describe how you would network to get the position you chose. Submit to the Job Search and Networking Folder below.

In: Operations Management

A thermocouple (TC) reads a temperature of 180 degrees C when placed in a large wind...

A thermocouple (TC) reads a temperature of 180 degrees C when placed in a large wind tunnel. The thermocouple is exposed to convection and radiation heat transfer.

  • The convection heat transfer coefficient h = 125 W/m2-K.
  • As for radiation, the surface of the thermocouple is diffuse and gray with an emissivity of 0.6. The walls of the wind tunnel are at a uniform temperature of 450 degrees C.

Questions:

  1. Provide a sketch
  2. State your assumptions
  3. Calculate the temperature of the air in the wind tunnel
  4. The walls of the duct have an emissivity of 0.85. Explain in one or two sentences why the emissivity of the walls should (or should not) have an effect on your answer?

In: Mechanical Engineering

Using matlab Set ASIZE to 5. Write a program that creates an array of ASIZE numeric...

Using matlab

  1. Set ASIZE to 5. Write a program that creates an array of ASIZE numeric elements. Prompt the User for ASIZE numbers and store them in the array. After storing the values, calculate the sum of all the values in the array and display the sum.
  2. Modify the program you wrote for Problem 5 such that it calculates the product of all the values instead of the sum.
  3. Modify the program you wrote in Problem 6 such that it changes the value of each element of the array by multiplying each element of the array by 2, and then displays each element of the array.

                                                                                                              

In: Computer Science

using maxwell eqs show that you can get snells law

using maxwell eqs show that you can get snells law

In: Physics

Discuss Legal trends affecting human resource management (HRM)

Discuss Legal trends affecting human resource management (HRM)

In: Operations Management

Grocery Store using Java Arraylist Requirements: 1. Need Product Class and Stock Class 2. Use arraylist...

Grocery Store using Java Arraylist Requirements:

1. Need Product Class and Stock Class

2. Use arraylist to store/ add product in stock

3. Product must have name, code number and quantity in stock

4. Print list of the products and their stock quantity

5. Search products based on their name

6. Remove product based on their code number

7. Sell product and deduct quantity from stock

8. Stock Class contains methods of search product, add product and check quantity of the product

9. Product Class contains method of get product details

In: Computer Science

I need new and unique answers, please. (Use your own words, don't copy and paste), Please...

I need new and unique answers, please. (Use your own words, don't copy and paste),

Please Use your keyboard (Don't use handwriting) Thank you..

IT101

Q1:Data Modelling is the primary step in the process of database design. Compare and contrast Conceptual data model versus Physical data model. Illustrates with help of example to list down data (entities), relationship among data and constraints on data.

Q2:What strategic competitive benefits do you see in a company’s use of extranets?

Q3:Explain how Internet technologies are involved in developing a process in one of the functions of the business? Give an example and evaluate its business value.

Q4:

What are the basic differences between HRM, Intranet and Internet in terms of Domain and Network Communication Scope?

HRM Intranet

HRM Internet

Domain

Network Communication Scope

In: Computer Science

python { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "<center> <h1>CpE 4040 Midterm-2 Exam</h1>...

python

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center> <h1>CpE 4040 Midterm-2 Exam</h1> </center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1- Write a Python code which asks two numbers from the user, calculates the sum and print the result. Create a function to calculate the summation and return the result value.<br>\n",
"i.e. <br>\n",
"First Number:12 <br>\n",
"Second Number:23 <br>\n",
"12 + 23 = 35"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"2- Create 20 random integers in an array which has the numbers between 10 and 100 (includes 10 and 100). Sort and print the numbers in descending order."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"3- Write a Python code that asks a string from the user and prints only the lower case letters in that string."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"4- Create an evenly spaced 21-element array between 2.2 and 12.4. Find the median of the array. Print both the array and median value. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"5- Write a simple number guessing game Python program. In this code, generate a random integer between 1-10 (both included) and ask the user to guess the number in three attempts. \n",
"Print appropriate responses to the user such as \"You won!\" or \"You failed\" "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"6- Generate an array of numbers from 1 to 15. Reshape it to make 3x5 matrix. Convert the matrix into data frame and print the even number of columns. "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

In: Computer Science

Discuss this statement; “Banking everywhere, but not at the bank”. * (10 Marks

Discuss this statement; “Banking everywhere, but not at the bank”. *

(10 Marks

In: Computer Science

Social Media Marketing. 1. In your own words, please define both "permission marketing" and "interruption marketing."...

Social Media Marketing.

1. In your own words, please define both "permission marketing" and "interruption marketing." Please provide an example of a time when you have experienced both types of marketing.

2. Two-paragraph (five-sentence per paragraph minimum) answer to the following question. Please feel free to write only your opinion, or to back it up with sources.

In your opinion, why is social media different from other types of marketing?

In: Operations Management