answersLogoWhite

0

📱

Computer Programming

A category for questions about computer programming and programming languages.

10,506 Questions

Write a c program to check Armstrong number using functions?

TO PRINT ALPHABET PYRAMID

ABCDEFGGFEDCBA

ABCDEFFEDCBA

ABCDEEDCBA

ABCDDCBA

ABCCBA

ABAB

A

#include

#incldue

int main( )

{

int r,c,askey,sp;

clrscr( );

for( r=7; r>=1; r-- )

{

for(sp=6; sp>=r; sp--)

printf(" "); //2 spaces

askey=65;

for(c=1; c<=r; c++ )

printf("%2c", askey++ );

for(c=r-1; c>=1; c-- )

printf("%2c", --askey);

printf("\n");

}

getch();

return 0;

}

by BRAMHA VARDHAN

How much does a multi-skilled technician make?

This depend greatly on the industry and location of the position. I am an instructor that teaches in a mechatronic engineering program, also known as multi-skilled. We are located in Western KY, and our graduates have started out making anywhere from $14hr - $30hr. Before teaching I worked at the Tennessee Valley Authority and their multi-skilled technicians topped out at $35 hr, but with overtime they were making well over $100k a year.

What is Lego Mindstorms NXT Model for Robotics?

The NXT is a Lego Micro Proscesor that can be connected to three motors* and four sensors*. It can be Programmed in several different Programming Languages, and use several third party sensors other than the four supplyed in the base set.

The NXT is not realy a "Model for robotics" it is a very functional robot disign system, which has been steryotyped to seem like a toy.

any more questions may be asked a forums.nxtasy.org where people that have a better answer will answer to you.

What do you mean by creating visuals?

Creating visuals... "To make pictures out of words." Or something to back up what is being said.Not just enough to state something, but to also show it.

What do you need to make a video game?

Firstly, u should install a record program, i recommend PChand Screen Capture, it could record anything on the screen and any audio you hear. even the left and right mouse clicks and mouse highlights can be recorded to be displayed in your recordings.

see the link below:

http://www.screen-capture-record.com/screen-recorder.html

Secondly, read some tutorials on how to use this kind of program, if u choose PCHand Screen Recorder, here are some articles that could help u to discover more.

http://blog.pc-hand.com/category/tutorial

Btw, the file generated using PCHand Screen Recorder is standard AVI format, u can upload it to Youtube to share with everyone.

Hope it could help u! :)

What is the biometric scanner?

A biometric scanner is a digital scanner used for imaging biological details. The phrase biometric scanner refers to the various fingerprint readers, palm scanners, retina scanners, and voice scanners used to verify identification.

What are the applications of artificial intelligence?

there are following applications of Artificial intelligence.

1) Game playing.

2)expert system.

3)automated reasoning and theorem proving.

4)natural language and understanding.

5)planning and robotics.

6)neural network.

Explain the use artificial intelligence in field of mis?

Artificial Intelligence (AI) has the potential to revolutionize the restaurant industry in numerous ways, and eatOS is a platform that harnesses AI to bring about significant benefits. Here are some key ways in which AI can be of use in restaurants, particularly when integrated with eatOS:

  1. Enhanced Customer Experience: Chatbots and virtual assistants that are powered by artificial intelligence can answer customer questions, make reservations, and even place orders through an easy-to-use interface. Personalised recommendations based on customer interests and order history can result in a more personalized dining experience.

  2. Menu Optimization: AI algorithms can look at your sales, customer feedback, and cost of ingredients to recommend menu changes that increase your bottom line. You can use dynamic pricing based on supply and demand to increase sales during slow times.

  3. Efficient Operations: With AI-powered demand forecasting, eatOS can help restaurants increase staffing levels and decrease food waste. With AI-powered inventory management, it can automatically order ingredients when stock is low.

  4. Kitchen Automation: AI-driven kitchen automation can streamline food preparation and reduce cooking times, improving overall service speed. Robots and smart appliances can work alongside kitchen staff to enhance productivity and consistency.

  5. Table Management: AI-powered table management systems can optimize seating arrangements and waitlist management, reducing customer wait times.Real-time table turnover predictions can assist in maximizing restaurant capacity.

  6. Fraud Detection: AI can help detect fraudulent transactions, such as chargebacks or counterfeit bills, protecting the restaurant's revenue.

  7. Food Safety and Quality Control: AI-powered sensors can monitor food storage conditions, ensuring compliance with safety regulations and maintaining food quality.

  8. Marketing and Loyalty Programs: AI can help create targeted marketing campaigns by analyzing customer data and behavior, increasing customer engagement and loyalty. Personalized promotions and rewards can be tailored to individual customers' preferences.

In conclusion- With AI integration at eatOS can revolutionize the restaurant sector by streamlining operations, improving customer experience, and improving profitability. By harnessing AI’s power, restaurants can remain competitive in today’s fast-changing environment and better serve their customers.

How do you make a plus minus sign with the keyboard?

The key should be on the top row of your keyboard on the right hand side on the same key as the = sign.

To get the plus (+) symbol press control and the key with both = and + on it.

Should be ~ to press the "Shift" key and the key with the (+) and (=) sign together or just use the number pad on the right side of the full keyboard with the (+) sign.

Why won't Feral Heart work?

You probably need to download the patch from the homepage.

List out various unethical use of computers?

Putting it simply, people get hurt and computers can be destroyed.

For example, if someone uses the computer to cyberbully, post personal information about someone (including phone numbers), hack accounts or scam, people can get hurt.

If someone spreads a virus on computers, they can at the least harm the computer and can sometimes destroy computers.

What is the best multimedia computer for 2009?

Gateway FX4710-EB801A + HD2200H 22" LCD (Refurb) Intel Core 2 Quad Q6600 2.4Ghz (8MB L2 Cache) 6GB DDR2 Memory, 640GB HDD, nVidia GeForce 9800GT 512MB OC, 16x DVD�R/RW Drive, 15-in-1 Card Reader, 7.1 CH HD Audio, LAN, IEEE1394, TV Tuner, Windows Media Center Edition.

What is Parallel Programming?

when two independent processes take place at the same time. this is either done by virtual threading ( whareby each process or thread is assigned acces to resources for a fraction of the available time, then either volounteers or is forced to relinquish resources to another process for another fraction) or multi core processing, whareby 2 or more compleatly independent processsors handle diffrent processes simutaniously.

Is a super computer a personel computer?

No, "super computers" are so-called because of their capacity to perform enormous amounts of calculations which would exceed by far the demands of a normal computer or user. A fraction of a super computer's power would be more than enough to run any application that a normal user could dream of, so there would be no point in using it for normal purposes. It's kind of like having a car with a 3,000 horsepower jet engine on it- you really can't even use 1,000 horsepower for any normal driving so what would you do with even more?

Define system design?

In a nutshell, a design system is a collection of documents, articles, examples, code snippets, screenshots, design guidelines, components, philosophies and other digital assets for a product design company.

To make it easier for you to understand, I will list some design systems:

  1. Google Material Design System

What goes into this design system? There are

Layout

Color

Typography

Components

Material Theming

Design Source Files

Mobile Guidelines

Starter Kits

  1. Mockplus Design system

What goes into this design system? There are:

Colors

Texts

Layer Styles

Components

Icons

Images

  1. Apple Human Interface Guidelines

What goes into this design system? There are:

Themes

Visual Index

App Architecture

User Interaction

System capabilities

Visual Design

Icons and images

Window and View

Menus

Buttons

Fields and Labels

Selectors

Indicators

Touch Bar

Extensions

What subdisciplines has artificial intelligence spawned?

Large problems are usually solved by first breaking them up into a set of smaller problems. It is also useful to know where to go to find methods, algorithms, etc. that may be useful in your AI work. No list of subfields is ever complete and unique but here is one I use:

1. weak methods

2. search

3. rule based systems

4. semantic networks

5. logic/deduction systems

6. heuristics

7. discovery/creativity/induction

8. natural language

9. neural networks

10. distributed AI/collective intelligence

11. robotics/embodiment

12. compression

13. automata/state machines

14. statistics

15. Bayesian statistics

16. planning/scheduling

17. case-based reasoning/memory-based reasoning

18. blackboard systems

19. nonstandard logics (including temporal logic)

20. representation

21. consciousness

22. learning/data mining

23. theorem proving

24. automatic programming

25. genetic programming

26. qualitative reasoning

27. constraint-based reasoning

28. agents

29. fuzzy logic

30. diagrammatic reasoning (including spatial logics)

31. model-based reasoning

32. emotion

33. ontology

34. quantum computing

35. analogy

36. parallel computing

37. pattern recognition/comparison

38. causality

39. deductive databases

40. language of thought

41. artificial life

42. philosophy of AI and mind

43. innateness/instinct

44. AI languages

45. memory/databases

46. decision theory

47. cognitive science

48. control system theory

49. digital electronics/hardware

50. dynamical systems

51. self-organizing systems

52. perception/vision/image manipulation

53. architectures

54. complexity theory

55. emergence

56. brain modeling

57. modularity

58. hybrid AI

59. optimization

60. goal-oriented systems

61. feature extraction/detection

62. utility/values/fitness/progress

63. multivariate function approximation

64. formal grammars and languages

65. theory of computation

66. classifiers/concept formation

67. theory of problem solving

68. artificial immune systems

69. curriculum for learners

70. speech recognition

71. theory of argumentation/informal logic

72. common sense reasoning

73. coherence/consistency

74. relevance/sensitivity analysis

75. semiotics

76. machine translation

77. pattern theory

78. operations research

79. game theory

80. automation

81. behaviorism

82. knowledge engineering

83. semantic web

84. sorting/typology/taxonomy

85. extrapolation/forecasting/interpolation/generalization

86. cooperation theory

87. systems theory

There is, of course, lots of overlap between these. Some are, of course, more fundamental to AI than others.

When only a copy of the argument's value is passed into the paremeter variable?

By default, a copy of the argument's value is passed into the parameter variable. This is "call by value" semantics, and the called function can do whatever it wants with the parameter, but it cannot alter the original copy. Sometimes, in C and C++, you can pass the address of the value instead. This is "call by address" semantics, but the called function must be designed to handle it - in this case, the called function can alter the original value. (Actually, it is always "call by value" - what we call "call by address" is simply passing the value of the address, a subtle distinction which is important to understanding the language.)

How can you find out the path of device drivers?

It depends on the operating system. In Microsoft Windows, Device Manager lists all the hardware. Inspecting the properties of specific hardware will determine where the current drivers reside. Many will reside in the Windows\System32 folder, however they can be registered in any folder on the system. In Linux, however, all the modules can be found in /lib/modules/<kernel>.