A visual metaphor, also called a pictorial metaphor, is a metaphor in which something (the metaphor's "target") that is presented visually is compared to something that belongs to another category (the metaphor's "source") of things than the first, also presented visually. As in verbal metaphors (such as "football is war" or "the world is a stage"), at least one feature or association is "mapped" from the source to the target. Often, a whole set of (interrelated) features is mapped from source to target. Visual/pictorial metaphors are used often in advertising, but also in political cartoons and films. Many examples of visual/pictorial metaphor, as well as discussions of them, are discussed in my book Pictorial Metaphor in Advertising(Routledge 1996), which also contains references to the work of other authors who discuss metaphor in images and film, for instance the perception psychologist John Kennedy, the film scholar Trevor Whittock, and the film philosopher Noel Carroll.
Nowadays, metaphors straddling two or more modalities (language, visuals, sound, gesture ...) are beginning to receive serious scholarly attention. Metaphors in which the target and the source are in different modalities are called "multimodal metaphors." An example of the latter is an advertisement for a photo camera (target, in the visual modality) with underneath the text "supermodel" (source, in the verbal modality). For more information, see my online course *A Course in Pictorial and Multimodal Metaphor.*
In September 2009 the volume Multimodal Metaphor (Mouton de Gruyter) appeared, which I co-edited with Eduardo Urios-Aparisi. More information on this topic can be found on the Adventures in Multimodality (AIM) blog [Contribution by Charles Forceville.]
Entity is an object, can be independent or dependent object. e.g A Student, Lecturer OR Employee can be a entity where as the attributes are the properties of the entity. e,g name, age, birthdate, degree.
to answer your question create 3 X 4 matrix, add entity names in column heading and attributes in a row label. and fill in the information for each entity.
What is Difference between CMM and CMMI?
cmmi is is an integrated model for system, software, supplier sourcing and ippd. but cmm have separate model for all these things
Write a program to generate the Fibonacci Series?
#include
#include
main()
{
int n,i,c,a=0,b=1;
printf("Enter Fibonacci series of nth term : ");
scanf("%d",&n);
printf("%d %d ",a,b);
for(i=0;i<=(n-3);i++)
{
c=a+b;
a=b;
b=c;
printf("%d ",c);
}
getch();
}
Output :
Enter Fibonacci series of nth term : 7
0 1 1 2 3 5 8
Answer 2:/************************************************************************* Fibonacci In a Fibonacci series each number is the sum of the two previous numbers. This program calculates Fibonacci numbers within an 8-bit range, ;************************************************************************/#include < p18f452.h >
//these memory locations hold the Fibonacci series
unsigned char fib0; //lowest number
//(oldest when going up, newest when reversing down)
unsigned int fib1; //middle number
unsigned float fib2; //highest number
unsigned double fibtemp; //temporary location for newest number
main ()
{
counter 3; //have preloaded the first three numbers, so start at 3
fib0 0;
fib1 1;
fib2 1;
loop: do
{
float test0;
fibtemp fib1 + fib2;
counter counter + 1;
//now shuffle numbers held, discarding the oldest
fib0 fib1; //first move middle number, to overwrite oldest
fib1 fib2;
fib2 fibtemp;
}
while (counter<12):
//when reversing down, we will subtract fib0 from fib1 to form new fib0
do
{
fibtemp fib1 - fib0; //latest number now placed in fibtemp
counter counter - 1;
//now shuffle numbers held, discarding the oldest
fib2 fib1; //first move middle number, to overwrite oldest
fib1 fib0;
fib0 = fibtemp;
}
while (fib0>0);
go to loop
return 10;
}
tell me problem
How do you draw DFD for pharmacy management system?
Contex level,0 level,first level DFDs for hospital management system
DFD diagram for hostel management system?
Please follow the URL given below to get the file for DFD of Hostel Management System.I hope this will be useful to you guys. All the best for your projects.For further details contact me at my email ajit.mohapatra@gmail.com
http://rapidshare.com/files/299589924/DFD.docx
Difference between foreign key and composite key?
primary key: primary creates a clustered index on the
column and it doesn't allow null values.
unique key: unique key creates non clustered index by
default.it allows "one null value".
foreign key: A foreign key (FK) is a column or combination
of columns used to establish and enforce a link between the
data in two tables.
Fore More information, you can visit this website:http://www.iyogibusiness.com
What is the most useful language for business?
Probably Chinese (Mandarin) or Japanese. If you started with Japanese it would be a little bit easier.
Answer2: Better learn Spanish, look at the second language on EVERYTHING, it is written in Spanish.
Which Compiler is used in visual basic?
visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp
Documentation of Hostel management system?
There are a lot of commercial packages that do this; use Google to locate the vendors.
A combo box is a list of multiple values a user can select. Sometimes we refer to them as dropdown lists. When you click on it a list of value pops down and you can choose an option. They are very commonly seen on computers. To create them you use the Combo Box control in Visual BASIC.
What are the parts of Visual basic.net?
Visual basic is a programming language from Microsoft. Some of its parts include data access objects, ActiveX data objects, and remote data objects. Their function is to provide access to databases.
Which keyword is used to declare a class?
There is no keyword for it. You can use a variable of 1 class in another only id the other class is derived from the 1st class.
Although you can use the variable of an object of a class in another class using object.variable
What is expansion of DOT in dot net language?
.NET- NETWORK ENABLED TECHNOLOGY
here . stands for LINKAGE BETWEEN MANY OBJECTS
What is a design mode in visual basic?
The design mode in Visual Basic allows the programmer to design and modify the form, and all objects it contains. It's a much quicker and user friendly way to program visible form objects and set up their properties.
What are the difference between vb studio and vbnet?
VB can be run with native support means you don't have to install any framework, library, run time environment etc in order to run an App which is built by VB.
Whereas VB.Net must requires a Dotnet Framework as a prerequisite for VB.Net app.........
VB app is run efficiently as compared to VB.Net......Because there VB app runs directly On OS kernel whereas VB.Net is firstly run on .Net Framework (CLR)* and then this CLR(Common Language Runtime) executes it on Os kernel so For VB.Net there is an extra of one layer for executing......
*CLR is a .Net Framework core component which translates the VB.Net app (or any other app which is built using .Net) into Machine language code.
1. Estimates (i.e. budget, schedule, etc.) become more realistic as work progresses, because important issues are discovered earlier.
2. It is more able to cope with the (nearly inevitable) changes that software development generally entails.
3. Software engineers (who can get restless with protracted design processes) can get their hands in and start working on a project earlier.
What is the difference between Visual Basic and Visual Basic.NET?
Differences between .Net and Java include
Functionality wise, there is not a lot of difference between the two, at least not when used to develop web applications.
For desktop applications, .Net naturally has an edge in Windows integration.
note: Oracle bought Sun Microsystems (Sun).
Explain the differences between Assembly Language and High Level Language?
Assembly language is used to write programs using the instruction set for a particular processor/controller.(example : 8051 or 8086 or MIPS).
Assembly Language require an ASSEMBLER to convert the assembly code to machine level code(HEX CODE)
High Level Language require a Compiler to convert into ASSEMBLY THEN machine level code.(Now-a-days compilers are smart enough to generate the machine code directly)
To write assembly code it is necessary to know the architecture of the processor or controller.
To write an High Level Program it is not neccessay to know the architecture completly.
Assembly language is not protable.
High Level Language is Portable.
with regards
Mohan Kumar.J
MCIS,
MANIPAL.
Assembly language is used to write programs using the instruction set for a particular processor/controller.(example : 8051 or 8086 or MIPS).
High Level Language is used to write programs using some grammer rules or languages created like C,PASCAL,FORTRN,JAVA.
Assembly Language require an ASSEMBLER to convert the assembly code to machine level code(HEX CODE)
High Level Language require a Compiler to convert into ASSEMBLY THEN machine level code.(Now-a-days compilers are smart enough to generate the machine code directly)
To write assembly code it is necessary to know the architecture of the processor or controller.
To write an High Level Program it is not neccessay to know the architecture completly.
Assembly language is not protable.
High Level Language is Portable.
with regards
Mohan Kumar.,
MCIS,
MANIPAL.
EACH HLL INSTRUCTION SPECIFY SEVERAL INSTRUCTIONS IN isa OF COMPUTER. WHEREAS EACH aSSEMBLY LEVEL INSTRUCTION SPECIFIES A SINGLE INSTRUCTION IN ISA OR MACHINE LEVEL LANGUAGE
PRIYA BAJAJ
WIPRO TECHNOLOGIES
BANGALORE
Answer--Assembly language :-A programming language that is once removed from a computer's machine language. Machine languages consist entirely of numbers and are almost impossible for humans to read and write. Assembly languages have the same structure and set of commands as machine languages, but they enable a programmer to use names instead of numbers.
Each type of CPU has its own machine language and assembly language, so an assembly language program written for one type of CPU won't run on another. In the early days of programming, all programs were written in assembly language. Now, most programs are written in a high-level language such as FORTRAN or C. Programmers still use assembly language when speed is essential or when they need to perform an operation that isn't possible in a high-level language.
High-level language:-
-JP Morgan
A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages. In contrast, assembly languages are considered low-level because they are very close to machine languages.
The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a compiler or interpreter.
The first high-level programming languages were designed in the 1950s. Now there are dozens of different languages, including Ada, Algol, BASIC, COBOL, C, C++, FORTRAN, LISP, Pascal, and Prolog.
An assembly language is where each statement corresponds to one machine instruction. A high level language is where each statement corresponds to more than one, sometimes many, machine instructions.
Pointer is a variable holding a memory address?
pointer is a derived datatype which contains memory addresses as their values.
program:-
#include<stdio.h>
#include<conio.h>
void main()
{
int m=5,*p;
clrscr();
p=&m;
printf("address of variable m is %p",(void *)p);
}
Write a Java program to find occurrences of given word in a text?
/*this block of code fineds any given string in tree different file
displays the string and prints the number of occurences in these file....thats all:)*/
package useToken;
import java.io.*;
class readFile extends StreamTokenizer {
readFile(InputStream in ){
super(in);
}
public static void main (String argv[]){
try {
int ret;
String string;
BufferedReader in =
new BufferedReader (newInputStreamReader(System.in));
System.out.print("Enter some text: ");
string = in.readLine();
String[] file = {"file1.txt","file2.txt","file3.txt"};
for(int i=0;i<3;i++){
FileInputStream fin = new FileInputStream(file[i]);
readFile rt = new readFile(fin);
int counter =0;
while((ret = rt.nextToken())!= 0 && rt.sval != null){
if(rt.sval.equals(string)){
System.out.println("Found Text :" + rt.sval );
counter++;
}
}
System.out.println("The String Found :" + counter + " " + "times");
System.out.println(file[i] + " " + "Complete");
}
} catch (Exception e ){
System.err.println("Exception :" + e);
}
}
}
Write a program to find the frequency of words in a sentence in java programing?
//program to find occurence of a word in a sentence
import java.io.*;
public class cnt2
{
public static void main(String args[])throws IOException
{
int times=0,count=0,x=0,no=0;
InputStreamReader ir=new InputStreamReader(System.in);
BufferedReader br=new BufferedReader(ir);
String s,w;
System.out.println("Enter the sentence:");
s=br.readLine();
System.out.println("Enter the word:");
w=br.readLine();
try{
for(int i=0;i { if(w.charAt(0)==s.charAt(i)) { for(int j=0;j { if(s.charAt(i)==w.charAt(j)) { count=count+1;} if(count==w.length()) {no=no+1;count=0;}; } } } catch(Exception e){} if(no==0) { System.out.println("word is not present"); } else { System.out.println("word is present "+no+" times"); } } }
What is significance attached to the main function in C programming?
The main function in C++ is no different to any other function, other than it is the only required function; it defines the entry point of the application. The minimal main function (and therefore the minimal C++ program) is:
#include <stdio.h>
int main()
{
return(0);
}
The main function must always return an integer to the caller (even if not required by the caller). A return value of zero is usually used to indicate the program terminated successfully, however it is up to the programmer to decide what the return value actually means to the caller. It is common to return (-1) upon an unrecoverable error.
When should a switch statement be used?
switch is a loop which is used for checking various conditions and print corresponding matter.
switch(a)//where a is that whose condition you have to check.
#include
main()
{
char a;
printf("enter a char.");
scanf("%c",&a);
switch(a)
{
case 'a':printf("vowel");break;
case 'e':printf("vowel");break;
case 'i':printf("vowel");break;
case 'o':printf("vowel");break;
case 'u':printf("vowel");break;
default:printf("consonent");
}
}
What are the characteristic of Object Oriented programming?
the features of oop are:
Functions that operate on the data of an object are tied together in the data structure.
Data is Hidden and cannot be accessed by external functions.
others are :
· Robust
· Multi threaded
· Architecture Neutral
· High Performance
· Distributed
· Dynamic