Posts

table code

  //code for table of any number #include <iostream> using namespace std ; int main (){     // for (int i=1; i<=10; i++)     // {     //     cout<<5*i<<endl;     // }     // return 0;     int ks;     cout << "enter the number whose table u want to print " << endl;     cin >> ks;     for ( int i = 1 ; i <= 10 ; i ++ )     {         cout << ks << " times " << i << " is equal to " << ks * i << endl;     } }
Image
 starting GRAPHICS. #graphics has several elements:  1) LINE   2) SHAPE   3) TEXTURE  4) SPACE  5) FORM   6) TYPOGRAPHY  7) COLOR  #1) LINE : line is just a segment, here are few uses of line: ---> line can be used to divide  ---> line can be used to connect two things ---> line can be used to make hierarchy.  ----> line eyes ko move krate hai #hierarchy--> for example tree, or any organization has ceo, managers, employee chart can be depicted using lines (heirarchy).  a system or organization that has many levels from the lowest to the highest. #examples of line uses: 1) hierarchy or connect krne m. #2) decoration: #yaha jo side m lines h pointing towards centre vo hmari eyes ko direction deke centre ke jaa rahi hai, which is another use of line

design

Image
 what is design? --> design is simply solution of a task or a problem --> for example chair is a design (solution of a problem that is sitting) aesthetic--> pleasuring #design has a wide range of variety. #design is a not only a decoration or sajavat. #UI--> "user interface", look or feel (dikhna kesa hai, aestheticity)--> UI mein hi grpahics use hote h. #UX--> "user experience", functional (mtlb kya meaning ka uska or kya indicate krra) #sbse pehle functionality ko priority dete hai uske baad aesthetics and look and feel ko.