How to make a python program that imports only turtle and math library where I can click once on the screen to set the center of the square, move the mouse to define the edge-length of the square; click a second time to draw the square with the defined edge-length and center point?
In: Computer Science
In C Programming, Thanks
Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending "q*s" to the end of the input string. You may assume that the string does not contain spaces and will always contain less than 50 characters.
Ex: If the input is:
mypassword
the output is:
[email protected]*s
In: Computer Science
You will be building a linked list. Make sure to keep track of both the head and tail nodes. (1) Create three files to submit. PlaylistNode.h - Struct definition and related function declarations PlaylistNode.c - Related function definitions main.c - main() function Build the PlaylistNode class per the following specifications. Note: Some functions can initially be function stubs (empty functions), to be completed in later steps. Private data members char uniqueID[50] char songName[50] char artistName[50] int songLength PlaylistNode* nextNodePtr Related functions CreatePlaylistNode() (1 pt) InsertPlaylistNodeAfter() (1 pt) Insert a new node after node SetNextPlaylistNode() (1 pt) Set a new node to come after node GetNextPlaylistNode() Return location pointed by nextNodePtr PrintPlaylistNode() Ex. of PrintPlaylistNode output: Unique ID: S123 Song Name: Peg Artist Name: Steely Dan Song Length (in seconds): 237 (2) In main(), prompt the user for the title of the playlist. (1 pt) Ex: Enter playlist's title: JAMZ (3) Implement the PrintMenu() function. PrintMenu() takes the playlist title as a parameter and outputs a menu of options to manipulate the playlist. Each option is represented by a single character. Build and output the menu within the function. If an invalid character is entered, continue to prompt for a valid choice. Hint: Implement Quit before implementing other options. Call PrintMenu() in the main() function. Continue to execute the menu until the user enters q to Quit. (3 pts) Ex: JAMZ PLAYLIST MENU a - Add song r - Remove song c - Change position of song s - Output songs by specific artist t - Output total time of playlist (in seconds) o - Output full playlist q - Quit Choose an option: (4) Implement "Output full playlist" menu option. If the list is empty, output: Playlist is empty (3 pts) Ex: JAMZ - OUTPUT FULL PLAYLIST 1. Unique ID: SD123 Song Name: Peg Artist Name: Steely Dan Song Length (in seconds): 237 2. Unique ID: JJ234 Song Name: All For You Artist Name: Janet Jackson Song Length (in seconds): 391 3. Unique ID: J345 Song Name: Canned Heat Artist Name: Jamiroquai Song Length (in seconds): 330 4. Unique ID: JJ456 Song Name: Black Eagle Artist Name: Janet Jackson Song Length (in seconds): 197 5. Unique ID: SD567 Song Name: I Got The News Artist Name: Steely Dan Song Length (in seconds): 306 (5) Implement the "Add song" menu item. New additions are added to the end of the list. (2 pts) Ex: ADD SONG Enter song's unique ID: SD123 Enter song's name: Peg Enter artist's name: Steely Dan Enter song's length (in seconds): 237 (6) Implement the "Remove song" function. Prompt the user for the unique ID of the song to be removed.(4 pts) Ex: REMOVE SONG Enter song's unique ID: JJ234 "All For You" removed (7) Implement the "Change position of song" menu option. Prompt the user for the current position of the song and the desired new position. Valid new positions are 1 - n (the number of nodes). If the user enters a new position that is less than 1, move the node to the position 1 (the head). If the user enters a new position greater than n, move the node to position n (the tail). 6 cases will be tested: Moving the head node (1 pt) Moving the tail node (1 pt) Moving a node to the head (1 pt) Moving a node to the tail (1 pt) Moving a node up the list (1 pt) Moving a node down the list (1 pt) Ex: CHANGE POSITION OF SONG Enter song's current position: 3 Enter new position for song: 2 "Canned Heat" moved to position 2 (8) Implement the "Output songs by specific artist" menu option. Prompt the user for the artist's name, and output the node's information, starting with the node's current position. (2 pt) Ex: OUTPUT SONGS BY SPECIFIC ARTIST Enter artist's name: Janet Jackson 2. Unique ID: JJ234 Song Name: All For You Artist Name: Janet Jackson Song Length (in seconds): 391 4. Unique ID: JJ456 Song Name: Black Eagle Artist Name: Janet Jackson Song Length (in seconds): 197 (9) Implement the "Output total time of playlist" menu option. Output the sum of the time of the playlist's songs (in seconds). (2 pts) Ex: OUTPUT TOTAL TIME OF PLAYLIST (IN SECONDS) Total time: 1461 seconds
In: Computer Science
please show the differences in the kmeans clustering algorithms using graphs:
hartigan wong method, macqueen method, and lloyd floyd method
In: Computer Science
You're installing VirtualBox on a Windows 10 Home computer and
you get the following error message:
VT-x is disabled in the BIOS for all CPU modes
What is the problem? How do you fix it?
In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
11-Which of the following do all domains in the same forest have in common? (Choose all that apply.)
|
a) The same domain name |
b) The same schema |
c) The same user accounts |
d) The same global catalog |
12-Which of the following is a valid reason for using multiple forests?
|
a) Centralized management |
b) Need for different schemas |
c) Easy access to all domain resources |
d) Need for a single global catalog |
13-Which of the following is a reason for establishing multiple sites? (Choose all that apply)
|
a) Improving authentication efficiency |
b) Enabling more frequent replication |
c) Reducing traffic con the WAN |
d) Having only one IP subnet |
14-Which of the following are valid reasons why administrators might want to install their Windows Server 2012 servers using the Server Core option? (Choose all that apply)
a.A Server Core installation can be converted to the full GUI without reinstalling the operating system.
b.The PowerShell 3.0 interface in Windows Server 2012 includes more than 10 times as many cmdlets as PowerShell 2.0
c.The new Server Manager in Windows Server 2012 make it far easier to administer servers remotely
d.A Windows Server 2012 Server Core license costs significantly less than a full GUI license.
15-Windows Server 2012 requires what processor architecture?
|
a) 64-bit processor only |
b) 32-bit processor and 64-bit processor |
c) Any processor provided it is physical, not virtual |
d) Minimum dual-core processor |
16-Which features must you remove from a full GUI installation of Windows Server 2012 to convert it to a Server Core Installation? (Choose all that apply)
|
a. |
Windows Management Instrumentation |
|
b. |
Graphical Management Tools and Infrastructure |
|
c. |
Desktop Experience |
|
d. |
Server Graphical Shell |
17-What client applications utilize Domain Name System (DNS) to resolve host names into IP addresses?
|
a. |
Client web browser, or any application that uses HyperText Transfer Protocol (HTTP) use DNS to resolve host names into IP addresses |
|
b. |
All Internet applications working with host names must use DNS to resolve host name into IP addresses |
|
c. |
Any application on a system that has connectivity to the Internet use DNS to resolve host names into IP addresses |
|
d. |
DNS does not resolve host names into IP addresses. |
18-Which of the following does an Active Directory client use to locate objects in another domain?
|
|
|
|
19-What the default trust relationship between domains in one forest?
|
a. |
Two-way trust relationship between domain trees |
|
b. |
By default, no trust relationship between domain trees |
|
c. |
One-way trust relationship between domain trees |
|
d. |
Each domain tree trusts the forest, but not between each other |
20-You are planning an Active Directory implementation for a company that currently has sales, accounting, and marketing departments. All department heads want to manage their own users and resources in Active Directory. What features will permit you to set up Active Directory to allow each manager to manage his or her own container but not any other container?
|
a. |
Delegation of control |
|
b. |
Read-only domain controller |
|
c. |
Multimaster replication |
|
d. |
SRV records |
In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
11-Which of the following do all domains in the same forest have in common? (Choose all that apply.)
|
a) The same domain name |
b) The same schema |
c) The same user accounts |
d) The same global catalog |
12-Which of the following is a valid reason for using multiple forests?
|
a) Centralized management |
b) Need for different schemas |
c) Easy access to all domain resources |
d) Need for a single global catalog |
13-Which of the following is a reason for establishing multiple sites? (Choose all that apply)
|
a) Improving authentication efficiency |
b) Enabling more frequent replication |
c) Reducing traffic con the WAN |
d) Having only one IP subnet |
14-Which of the following are valid reasons why administrators might want to install their Windows Server 2012 servers using the Server Core option? (Choose all that apply)
a.A Server Core installation can be converted to the full GUI without reinstalling the operating system.
b.The PowerShell 3.0 interface in Windows Server 2012 includes more than 10 times as many cmdlets as PowerShell 2.0
c.The new Server Manager in Windows Server 2012 make it far easier to administer servers remotely
d.A Windows Server 2012 Server Core license costs significantly less than a full GUI license.
15-Windows Server 2012 requires what processor architecture?
|
a) 64-bit processor only |
b) 32-bit processor and 64-bit processor |
c) Any processor provided it is physical, not virtual |
d) Minimum dual-core processor |
16-Which features must you remove from a full GUI installation of Windows Server 2012 to convert it to a Server Core Installation? (Choose all that apply)
|
a. |
Windows Management Instrumentation |
|
b. |
Graphical Management Tools and Infrastructure |
|
c. |
Desktop Experience |
|
d. |
Server Graphical Shell |
17-What client applications utilize Domain Name System (DNS) to resolve host names into IP addresses?
|
a. |
Client web browser, or any application that uses HyperText Transfer Protocol (HTTP) use DNS to resolve host names into IP addresses |
|
b. |
All Internet applications working with host names must use DNS to resolve host name into IP addresses |
|
c. |
Any application on a system that has connectivity to the Internet use DNS to resolve host names into IP addresses |
|
d. |
DNS does not resolve host names into IP addresses. |
18-Which of the following does an Active Directory client use to locate objects in another domain?
|
|
|
|
19-What the default trust relationship between domains in one forest?
|
a. |
Two-way trust relationship between domain trees |
|
b. |
By default, no trust relationship between domain trees |
|
c. |
One-way trust relationship between domain trees |
|
d. |
Each domain tree trusts the forest, but not between each other |
20-You are planning an Active Directory implementation for a company that currently has sales, accounting, and marketing departments. All department heads want to manage their own users and resources in Active Directory. What features will permit you to set up Active Directory to allow each manager to manage his or her own container but not any other container?
|
a. |
Delegation of control |
|
b. |
Read-only domain controller |
|
c. |
Multimaster replication |
|
d. |
SRV records |
In: Computer Science
Could you provide an example to explain why the technology of multimedia is not only the reversion of the real life but also the creation?
In: Computer Science
what can be the impact of a computer network attack?
Where in your networks would you place a router, compared to a switch and how do the two devices work with an IDS and a firewall to protect the LAN from attack? Why?
In: Computer Science
Research and explain the term "Data Mining Query Language" and how is it used in Data Mining.
need 300 words in with no plagrism
Please don't rewrite already existing answers
In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
1-The technology that make up the core functionality of Windows Server 2012 include Active Directory, the Microsoft Server Manager, DHCP and IIS. Explain, in your own words, the nature and function of these technologies.
Answer:
2-Windows Server Core is a new installation option in Standard, Enterprise, and Datacenter editions. The traditional Windows GUI is not available in Server Core. Initial configuration tasks, such as changing the server name and setting IP address information, must be done from command line. What is the command ? and What are the advantages of using Windows Server Core?
3-What role does DNS play in relation to Active Directory (AD)?
4-Briefly explain, in your own words, the nature and function of a domain, tree and forest in windows networking.
5-What term is used for transferring Active Directory information among domain controllers? Explain.
In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
1-The technology that make up the core functionality of Windows Server 2012 include Active Directory, the Microsoft Server Manager, DHCP and IIS. Explain, in your own words, the nature and function of these technologies.
Answer:
2-Windows Server Core is a new installation option in Standard, Enterprise, and Datacenter editions. The traditional Windows GUI is not available in Server Core. Initial configuration tasks, such as changing the server name and setting IP address information, must be done from command line. What is the command ? and What are the advantages of using Windows Server Core?
3-What role does DNS play in relation to Active Directory (AD)?
4-Briefly explain, in your own words, the nature and function of a domain, tree and forest in windows networking.
5-What term is used for transferring Active Directory information among domain controllers? Explain.
In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
6-What are the potential disadvantages of using a dynamic and static IP Address?
7-Explain the functionality of a global catalog in the Windows networking.
8-Explain the following terms: TCP/IP protocol, and what are two command-line utilities that can be used to check TCP/IP configuration and IP connectivity, respectively?
9-Explain: Which Windows Server utility provides a common interface for tools and utilities and provides access to server roles, services, and monitoring and drive utilities? and which server utility provides information about PowerShell command history?
10- What are Active Directory sites?
In: Computer Science
USE JAVA
Develop the classes for the following requirements:
1. A class named Employee (general, for college)
2. A class named Instructor (more specific, for college)
3. A class named Staff (more specific, for college, HR officer, Marking staff)
Tasks:
1. Figure out the relationships among the classes;
2. Determine the abstract class, and the child classes;
3. For the abstract class, determine at least one abstract method;
4. Each class should at least two data members and one extra method;
5. Full implementation of all constructors, getters/setters and toString, and other methods;
6. Test your Java code and take screen shots
In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
6-What are the potential disadvantages of using a dynamic and static IP Address?
7-Explain the functionality of a global catalog in the Windows networking.
8-Explain the following terms: TCP/IP protocol, and what are two command-line utilities that can be used to check TCP/IP configuration and IP connectivity, respectively?
9-Explain: Which Windows Server utility provides a common interface for tools and utilities and provides access to server roles, services, and monitoring and drive utilities? and which server utility provides information about PowerShell command history?
10- What are Active Directory sites?
In: Computer Science