Skip to main content

Some special shortcut keys are used in MS WORD এ ব্যবহৃত কয়েকটি বিশেষ শর্টকাট কী

Some special shortcut keys are used in ms word

ms word এ ব্যবহৃত কয়েকটি বিশেষ শর্টকাট কী

ms word special shortcut keys

F1 = Help বা Office Assistant পাওয়া যায়

F2 = text বা Graphyics স্থানান্তর করে

F3 = Auto Text Insert হয়

F4 = শেষ কাজটির পুনরাবৃত্তি হয়

F5 = Edit মেনুর Go To কম্যান্ড পাওয়া যায়

F6 = নতুন ফ্রেমে যাওয়া যায়

F7 = Tools মেনুর Spelling কম্যান্ড পাওয়া যায়

F8 = কোনো Selection কে বাড়ানো যায়

F9 = Select করা field গুলিকে Update করা যায়

F10 = মেনুবার Active হয়

F11 = পরের Field টিতে যাওয়া যায়

F12 = File মেনুর Save As কম্যান্ড পাওয়া যায়

Ctrl + Shift + F = Font পাল্টানো যায়

Ctrl + Shift + P = Font সাইজ পাল্টানো যায়

Ctrl + Shift + > = Font সাইজ বৃদ্ধি হয়

Ctrl + Shift + < = Font সাইজ কমিয়ে হয়

Ctrl + ] = Font সাইজ 1 Point বাড়ে

Ctrl + [ = Font সাইজ 1 Point কমে

Ctrl + D = Format মেনুর Font কম্যান্ড পাওয়া যায়

Ctrl + F3 = অক্ষরগুলির case পরিবর্তন হয়

Ctrl + Shift + A = প্রতিটি অক্ষর capital letter হয়

Ctrl + B = লেখাকে bold করার জন্য

Ctrl + I = Italics আকার দেওয়ার জন্য

Ctrl + U = Underline হয়

Ctrl + Shift + W = শুধুমাত্র শব্দগুলি Underline করা হয়

Ctrl + Shift + D = ডাবল  Underline হয়

Ctrl + Shift + K = ছোটো Capital Letter হয়


Comments

Popular posts from this blog

All About Microservices Architecture

All About Microservices Architecture **Microservices Architecture** is an approach to software development where a large application is broken down into smaller, independent services that can operate and be deployed independently. Instead of building a monolithic application, which is a single, tightly-integrated unit, microservices architecture divides the functionality into separate services that communicate with each other through well-defined APIs (Application Programming Interfaces). Key characteristics of microservices architecture include: 1. **Modularity:** Each microservice represents a specific business capability and can be developed, deployed, and scaled independently. 2. **Independence:** Microservices are autonomous, meaning they can be developed, deployed, and updated without affecting the entire system. This independence allows for faster development cycles. 3. **Scalability:** Since each service is independent, you can scale only the specific microservices that require...

Object Oriented and Relational Database

Object Relational and Object-Oriented Database What Is Object Relational Database? An object-relational database (ORD) is a database management system (DBMS) that’s composed of both a relational database (RDBMS) and an object-oriented database (OODBMS). An object-relational database acts as an interface between relational and object-oriented databases because it contains aspects and characteristics from both models. Object-oriented database (ORD) serves two main purposes: It connects the divide between relational databases and the object-oriented modeling techniques that are usually used in programming languages like C#, Java and C++. It bridges the gap between conceptual data modeling techniques for relational and object-oriented databases like entry-relationship diagram (ERD) and object-relational mapping (ORM). What Is Object Oriented Database? An object-oriented database is organized around objects rather than actions and data rather than logic. Therefore, an object database is a d...

Prove that every cyclic group is abelian.

Prove that every cyclic group is abelian. Ans.     Let, G be a cyclic group generated by a.     Let, x, y ∈G be two arbitrary elements. ∴  ∃ some m∈z s.t. x=a m & ∃ some m∈z s.t. y =a n Now, x.y = a m .a n  = a n+m    [ ∵ m,n∈z = m+n = n+m ]                                      = a n .a m                                      = y.x      ∴   [  x.y = y.x  ] Since, x, y were arbitrary          So, it holds for all x,y ∈G ∴  G is an abelian group.